I'm looking at building a form which prompts a user for their timezone. I've looked at the 'Google approach' and it seems to work pretty well. You first select a country from a drop down list and based on the selection, it populates the drop down list with the time zone options. I've search all over for a decent database with a country - timezone relationship but can't seem to find one. Does anyone know where i can find one?
相关问题
- Display time in local timezone when querying Influ
- lon,lat to timezone
- VBA local timezone adjustment
- SimpleDateFormat fails to format Date interval?
- How to transform IP addresses into geolocation in
相关文章
- TimeZoneInfo vs. Olson database
- Using AT TIME ZONE to get current time in specifie
- Storing Doctrine2 DateTime in UTC Only
- Fullcalendar and timezones. Help, I'm doing it
- Insert a tzinfo into datetime
- Django - 'datetime.date' object has no att
- How to compute the time difference between two tim
- PostgreSQL update time zone offset
The official mappings are found in the zone.tab file of the IANA time zone database.
There is also a newer version of this file, which covers cases where a time zone may be in use by more than one country. It is also in the IANA time zone database, and is called zone1970.tab.