Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
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-16423 DST and timestamp comparison
- Confirmed
- is duplicated by
-
MDEV-16013 During the extra hour upon DST switch historical data from time-versioned tables is shown inconsistently
- Stalled
- relates to
-
MDEV-22828 Bad results near DST change: UNIX_TIMESTAMP(timestamp_column)=<integer literal>
- Open
-
MDEV-32148 Inefficient WHERE timestamp_column=datetime_const_expr
- Closed
-
MDEV-32152 Wrong results near DST for `WHERE indexed_timestamp_column='2010-10-31 02:30:00'`
- Open
-
MDEV-34028 Bad results near DST change with a dynamic SQL TIMESTAMP parameter
- Open