1
0
Fork 0
fgdata/Timezone
2021-03-13 11:22:02 +01:00
..
Africa Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
America Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Antarctica Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Arctic Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Asia Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Atlantic Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Australia Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Brazil Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Canada Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Chile Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Etc Add missing timezone definitions: When not within country boudnaries ZoneDetect switches to ETC/GMT. This fixes the crash James was seeing. 2021-03-13 11:22:02 +01:00
Europe Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Indian Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Mexico Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
Mideast Initial revision 2000-10-22 21:05:31 +00:00
Pacific Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
README Use a vector database to get the timezone based on territorial boundaries 2021-03-11 16:00:10 +01:00
timezone16.bin Removed unused files. 2021-03-12 15:13:13 +01:00
zone.tab Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00
zone1970.tab Synchronize with the latest timezone data from Ubuntu. This data already included Beijing Time 2021-03-12 12:40:31 +01:00

ZoneDetect:  BSD-3-Clause License 
https://github.com/BertoldVdb/ZoneDetect

This is a C library that allows you to find an area a point belongs to using a 
database file. A typical example would be looking up the country or timezone 
given a latitude and longitude. The timezone database also contains the country information.

download the database files:
  https://cdn.bertold.org/zonedetect/db/db.zip

out/timezone16.bin
 - Contains data from Natural Earth, placed in the Public Domain. Contains
   information from https://github.com/evansiroky/timezone-boundary-builder,
   which is made available here under the Open Database License (ODbL).