[MDEV-15751] CURRENT_TIMESTAMP should return a TIMESTAMP [WITH TIME ZONE?] Created: 2018-04-02 Updated: 2023-12-22 |
|
| Status: | In Review |
| Project: | MariaDB Server |
| Component/s: | Data types, Temporal Types |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
returns
should be timestamp. These functions should also return TIMESTAMP:
|
| Comments |
| Comment by Alexander Barkov [ 2019-03-29 ] |
|
According to the standard, it should return TIMESTAMP WITH TIMEZONE:
While, the best name for MariaDB's TIMESTAMP is "TIMESTAMP WITH LOCAL TIME ZONE". So perhaps we should implement MDEV-10018 first. |
| Comment by Alexander Barkov [ 2023-02-14 ] |
|
Hello serg, please review a patch for this task: |