Details
-
Task
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
Description
%z and %Z need to be added to the possible options for the format of DATE_FORMAT
%z The +hhmm or -hhmm numeric timezone (hour and minute offset from UTC)
%Z The timezone name
Because MariaDB doesn't support a TIMESTAMP WITH TIME ZONE data type yet, they should print:
- for a DATETIME argument — session @@time_zone value
- for a TIMESTAMP argument — UTC
Attachments
Issue Links
- relates to
-
MDEV-32189 use icu for timezones on windows
- Closed
-
MDEV-30827 Function to print a time zone abbreviation for a given time zone at a given date
- Stalled