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
mysql> select from_unixtime(5000000000);
+---------------------------+
| from_unixtime(5000000000) |
+---------------------------+
| NULL |
+---------------------------+
1 row in set (0.00 sec)
2. What did you expect to see? (Required)
Even though the data type TIMESTAMP still needs to be fixed to handle 64-bit values, there is a usecase for FROM_UNIXTIME to be fixed now. Y2K38 will be here soon.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
TiDB suffers from the same bug as MySQL https://bugs.mysql.com/bug.php?id=102157
2. What did you expect to see? (Required)
Even though the data type
TIMESTAMP
still needs to be fixed to handle 64-bit values, there is a usecase forFROM_UNIXTIME
to be fixed now. Y2K38 will be here soon.3. What did you see instead (Required)
NULL
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: