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
Timezone - TZ timezone from the https://www.iana.org/time-zones. Timezone names never contain the space character but MAY contain an underscore. Refer to https://en.wikipedia.org/wiki/List_of_tz_zones for a list of valid values. Example: Asia/Tokyo, America/Los_Angeles or Africa/Cairo.
The schema in system_information.json seems to not make any requirements of the field:
"timezone": {
"description": "The time zone where the system is located.",
"type": "string"
},
This does not seem to comply to the gbfs standard
The text was updated successfully, but these errors were encountered:
Timezone as defined in https://github.com/NABSA/gbfs/blob/v2.3/gbfs.md#field-types
states:
The schema in system_information.json seems to not make any requirements of the field:
This does not seem to comply to the gbfs standard
The text was updated successfully, but these errors were encountered: