ayushbpl10 / timezone-json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timezone-json

List of timezones in json format. A json object contains


 {
    "full": "Timezone full form",
    "timezone": "Timezone short form",
    "value": "Difference from UTC/GMT",
    "name": "Timezone location Name"
 }

Example:

 {
    "full": "Hawaiian Standard Time",
    "timezone": "HST",
    "value": "(UTC-10:00) Hawaii",
    "name": "Pacific/Honolulu"
 }
 
 

About