[MDEV-9444] MariaDB needs to be Y2038-compliant Created: 2016-01-21 Updated: 2023-09-18 Resolved: 2016-02-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | John Lange | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Currently, functions like UNIX_TIMESTAMP() return 0 after 3:14:07 UTC on Jan 19, 2038. I am not sure what other functions are not compliant. Ideally, this should be fixed by using 64-bit time in seconds on all platforms, but it should at a minimum use 64-bit time on 64-bit platforms. |