Skip to content

string(TIMESTAMP): Add %z and %Z for adding time zone string

Vasiliy Kozyrev requested to merge (removed):master into master

It is very necessary for our project to display the local time zone. %z is fairly standardized for all operating systems, but %I, unfortunately, is not.

Fixes: #24056 (closed)
Topic-rename: timestamp-timezone

Edited by Brad King

Merge request reports