Validate specified timezone against IANA database #8832
Labels
Milestone
Comments
|
The second case above is #8835 -- I separated that into its own issue, because that is more general and technical. We do return an error on invalid timezone in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Case 1: Site Configuration
If an invalid
timeZoneis specified in the site configuration, the failure is silent. Example:Case 2: Time Function
If an invalid timezone is specified as the optional second argument to the
timefunction, the failure is also silent (the build continues without error or warning). However, the error is rendered on the page (easy to miss and then inadvertently deploy). Example:This renders:
The text was updated successfully, but these errors were encountered: