BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
684 stars 265 forks source link

Support IANA time zone names #2268

Closed GuntherRademacher closed 8 months ago

GuntherRademacher commented 8 months ago

These changes support IANA time zone names in the $place argument of fn:format-date, fn:format-time, and fn:format-dateTime, by adjusting the value to the given time zone before formatting. This is specified in the last paragraph of 9.8.4.8 The language, calendar, and place arguments.

ChristianGruen commented 8 months ago

Merged (with minor edits).