Fuseau horaire MySQL

Support Wissensdatenbank

Du bist hier:
Print

Personalizzare il fuso orario MySQL

MySQL offre innumerevoli funzioni che interagiscono con una data o un’ora. L’ora corrente può essere letta anche con NOW(). I nostri server utilizzano di default il fuso orario “Europa/Zurigo”. Ma se si desidera utilizzare un fuso orario personalizzato, è possibile impostarlo all’inizio di una sessione. Utilizzare i seguenti comandi direttamente dopo aver stabilito il collegamento :

[code language="sql"] SET SESSION time_zone = '+1:00'; // oder SET SESSION time_zone = 'Europe/Helsinki';<br />SELECT @@global.time_zone, @@session.time_zone, @@system_time_zone, NOW(); [/code]

Ora tutti i comandi che seguono in questa sessione vengono elaborati nel fuso orario appena definito.

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Tags:
Related Post