In Space Management → Space Properties there is an option "Processing Time Zone". If you try to change it, you get this info:
"The Space Properties Time Zone is used to populate LoadDate and is also referenced for NOW() and NOWDATE() functions."
What I need is exactly to tune NOW and NOWDATE to the required Time Zone (sometimes I need it to be CEST, sometimes UTC).
I have played with this option and found out that, no matter how I set it, in Query Admin the result is always UTC (with no specification of that, which is confusing).
In Prepare, instead, if I create a Prepared Source which outputs NOW and preview it, the result does depend on the "Processing Time Zone" parameter. I see that Daylight Saving Time is included. There is no specific option for "UTC", all time zones refer to some specific city or place in the world, and due to the Daylight Saving Time even the UTC+00:00 options do not always correspond to UTC.
There is on top an option which reads "Server Local Time", and this is also the default. In my case the server farm is in Frankfurt, so I'd expect the Server Local Time to be UTC + 2 hours (where I have included the Daylight Saving Time) - however, the result is UTC.
Which is the best option to get UTC times (and dates)? Is Server Local Time always UTC?