Details
-
Type:
Bug
-
Status: Confirmed (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.1, 10.2, 10.3, 10.4
-
Fix Version/s: 10.6
-
Component/s: Temporal Types, Time zones
-
Labels:None
Description
set time_zone='Europe/Moscow'; |
set @@timestamp=1067122861; |
select @@timestamp, unix_timestamp(now(6)); |
Returns:
@@timestamp unix_timestamp(now(6))
|
1067122861.000000 1067119261.000000
|
Attachments
Issue Links
- blocks
-
MDEV-16013 During the extra hour upon DST switch historical data from time-versioned tables is shown inconsistently
-
- Stalled
-
-
MDEV-16423 DST and timestamp comparison
-
- Confirmed
-
- relates to
-
MDEV-22828 Bad results near DST change: UNIX_TIMESTAMP(timestamp_column)=<integer literal>
-
- Open
-