timezones / dataset_infos.json
anisafifi's picture
dataset card added
55f3a74
{
"dataset_name": "timezones",
"description": "Historical timezone rules and transitions with offsets and DST flags.",
"license": "MIT",
"version": "1.0.0",
"features": {
"zone_name": {
"dtype": "string",
"description": "IANA timezone name"
},
"country_code": {
"dtype": "string",
"description": "ISO 3166-1 alpha-2 country code; empty for global zones"
},
"abbreviation": {
"dtype": "string",
"description": "Timezone abbreviation in effect"
},
"time_start": {
"dtype": "int64",
"description": "Start time for the rule as Unix seconds since epoch (UTC)"
},
"gmt_offset": {
"dtype": "int32",
"description": "Offset from UTC in seconds"
},
"dst": {
"dtype": "int8",
"description": "Daylight saving flag: 1 if DST, otherwise 0"
}
},
"splits": {
"train": {
"num_rows": null
}
},
"source": {
"homepage": "https://timezonedb.com/",
"citation": "Timezone data collected from https://timezonedb.com/."
},
"updated": "2026-02-08"
}