I need to convert now() to GMT0.
SELECT now();
should output current time in GMT0. Is it possible without changing time zone? And using only one select statement?
Thanks in advance for you help.
The function utc_timestamp should do what you want.
SELECT utc_timestamp();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With