Hi all,
I am currently running the self-hosted version of SingleStore, where my system machine is using UTC for its timezone. Meanwhile, running the following:
SELECT @@system_time_zone as tz;
Shows CET as the timezone, is it possible to change this to UTC without any downtime?
Thank you