us-timezones-name
Version:
Library to get timezone details by Name
75 lines (74 loc) • 1.99 kB
JavaScript
export default [
{
"Abbreviation" : "AKDT",
"Name" : "Alaska Daylight Time",
"DisplayName" : "Alaska Daylight Time (UTC - 8)",
"Offset" : "-8 hours"
},
{
"Abbreviation" : "AKST",
"Name" : "Alaska Standard Time",
"DisplayName" : "Alaska Standard Time (UTC - 9)",
"Offset" : "-9 hours"
},
{
"Abbreviation" : "CDT",
"Name" : "Central Daylight Time",
"DisplayName" : "Central Daylight Time (UTC - 5)",
"Offset" : "-5 hours"
},
{
"Abbreviation" : "CST",
"Name" : "Central Standard Time",
"DisplayName" : "Central Standard Time (UTC - 6)",
"Offset" : "-6 hours"
},
{
"Abbreviation" : "EDT",
"Name" : "Eastern Daylight Time",
"DisplayName" : "Eastern Daylight Time (UTC - 4)",
"Offset" : "-4 hours"
},
{
"Abbreviation" : "EST",
"Name" : "Eastern Standard Time",
"DisplayName" : "Eastern Standard Time (UTC - 5)",
"Offset" : "-5 hours"
},
{
"Abbreviation" : "HADT",
"Name" : "Hawaii-Aleutian Daylight Time",
"DisplayName" : "Hawaii-Aleutian Daylight Time (UTC - 9)",
"Offset" : "-9 hours"
},
{
"Abbreviation" : "HAST",
"Name" : "Hawaii-Aleutian Standard Time",
"DisplayName" : "Hawaii-Aleutian Standard Time (UTC - 10)",
"Offset" : "-10 hours"
},
{
"Abbreviation" : "MDT",
"Name" : "Mountain Daylight Time",
"DisplayName" : "Mountain Daylight Time (UTC - 6)",
"Offset" : "-6 hours"
},
{
"Abbreviation" : "MST",
"Name" : "Mountain Standard Time",
"DisplayName" : "Mountain Standard Time (UTC - 7)",
"Offset" : "-7 hours"
},
{
"Abbreviation" : "PDT",
"Name" : "Pacific Daylight Time",
"DisplayName" : "Pacific Daylight Time (UTC - 7)",
"Offset" : "-7 hours"
},
{
"Abbreviation" : "PST",
"Name" : "Pacific Standard Time",
"DisplayName" : "Pacific Standard Time (UTC - 8)",
"Offset" : "-8 hours"
},
];