Follow-up of https://github.com/MobilityData/gbfs-json-schema/issues/146 ## Context The time zones in the schemas were replaced with the content of the `TZ identifier` column from [this list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). ## Problem The Go models are inconsistent with the spec because they use the previous list of time zones. ## Solution Update the Go models with the list of time zones from the [schemas](https://github.com/MobilityData/gbfs-json-schema/blob/master/v3.0/system_information.json#L150).