You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the current files, timezone is defined as pub type Timezone = String;
Which has a comment mentioning that the values should be according to the link https://en.wikipedia.org/wiki/List_of_tz_zones. This link redirects to the correct list of new Timezones
Unless we want to change the data type from String to something more complex, there is nothing to be done here and can close the ticket
Follow-up of #146
Context
The time zones in the schemas were replaced with the content of the
TZ identifier
column from this list.Problem
The Rust models are inconsistent with the spec because they use the previous list of time zones.
Solution
Update the Rust models with the list of time zones from the schemas.
The text was updated successfully, but these errors were encountered: