This PR implements TZ database names instead of UTC. Although significantly adding to the size of the schema, it atleast makes the property more explicit and easier to validate. More importantly, it makes it straightforward to convert to different timezones, accounting for changes in daylight savings.
The list of TZ database names was created with the following R code which removes "Etc/*" timezones and timezones that do not follow the "<Continent>/<City-Location>" format.
This PR implements TZ database names instead of UTC. Although significantly adding to the size of the schema, it atleast makes the property more explicit and easier to validate. More importantly, it makes it straightforward to convert to different timezones, accounting for changes in daylight savings.
The list of TZ database names was created with the following R code which removes
"Etc/*"
timezones and timezones that do not follow the"<Continent>/<City-Location>"
format.Created on 2022-12-06 with reprex v2.0.2