You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selecttimestamp'2024-10-27 00:23:45 UTC' at time zone 'Europe/Brussels',
timestamp'2024-10-27 01:23:45 UTC' at time zone 'Europe/Brussels',
timestamp'2024-10-27 02:23:45 UTC' at time zone 'Europe/Brussels';
The result:
2024-10-27 02:23:45.000 +02:00
2024-10-27 02:23:45.000 +02:00 <-- should be 2024-10-27 02:23:45.000 +01:00
2024-10-27 03:23:45.000 +01:00
The text was updated successfully, but these errors were encountered:
The second timestamp get converted wrongly
'2024-10-27 01:23:45 UTC' ->
'2024-10-27 02:23:45.000 +02:00' == '2024-10-27 00:23:45 UTC'
This shifts the time with one hour
The query:
The result:
The text was updated successfully, but these errors were encountered: