Offset -02:00 is correctly transformed to time 10:32UTC, however for offset -01:00 time remains the same as for zero offset variant (08:32). Is this intentional and I’m missing something about timezone conversions or this is a bug?
Yes, that works. thanks!
However it is strange that if I try explicit format STR_TO_UTC('2024-09-01T08:32:56.123-02:00', 'YYYY-MM-DDThh:mm:ss.sTZD') it yields the same result as without the format.
This actually depends on the machine; the bug is a zone with an offset explicitly of -1 hours is incorrectly interpreted as meaning “use the server time zone”.