JSON

IANA Timezone Regions - JSON

IANA Timezone Regions represent the top-level classification in the Time Zone Database managed by the Internet Assigned Numbers Authority (IANA). This database collects and maintains historical information about standard time zones worldwide, organized into 11 primary regions (Africa, America, Antarctica, Arctic, Asia, Atlantic, Australia, Europe, Indian, Pacific, and Etc). Each region is structured based on continents or oceans, with specific city or location timezones nested underneath.

timezone IANA standard time world time UTC time offset tz database
[
  {
    "code": "africa",
    "slug": "africa",
    "name": "Africa",
    "description": "Timezone region covering the entire African continent.",
    "examples": [
      "Africa/Cairo",
      "Africa/Lagos",
      "Africa/Johannesburg",
      "Africa/Nairobi"
    ]
  },
  {
    "code": "america",
    "slug": "america",
    "name": "America",
    "description": "Timezone region covering both North and South American continents.",
    "examples": [
      "America/New_York",
      "America/Los_Angeles",
      "America/Toronto",
      "America/Mexico_City"
    ]
  },
  {
    "code": "antarctica",
    "slug": "antarctica",
    "name": "Antarctica",
    "description": "Timezone region covering research stations on the Antarctic continent.",
    "examples": [
      "Antarctica/McMurdo",
      "Antarctica/Palmer",
      "Antarctica/Davis",
      "Antarctica/Casey"
    ]
  },
  {
    "code": "arctic",
    "slug": "arctic",
    "name": "Arctic",
    "description": "Timezone region covering islands and areas in the Arctic region.",
    "examples": [
      "Arctic/Longyearbyen"
    ]
  },
  {
    "code": "asia",
    "slug": "asia",
    "name": "Asia",
    "description": "Timezone region covering the Asian continent from Middle East to Far East.",
    "examples": [
      "Asia/Tokyo",
      "Asia/Shanghai",
      "Asia/Singapore",
      "Asia/Dubai",
      "Asia/Kolkata"
    ]
  },
  {
    "code": "atlantic",
    "slug": "atlantic",
    "name": "Atlantic",
    "description": "Timezone region covering islands in the Atlantic Ocean.",
    "examples": [
      "Atlantic/Azores",
      "Atlantic/Bermuda",
      "Atlantic/Canary",
      "Atlantic/Reykjavik"
    ]
  },
  {
    "code": "australia",
    "slug": "australia",
    "name": "Australia",
    "description": "Timezone region covering the Australian continent and nearby areas.",
    "examples": [
      "Australia/Sydney",
      "Australia/Melbourne",
      "Australia/Perth",
      "Australia/Brisbane"
    ]
  },
  {
    "code": "europe",
    "slug": "europe",
    "name": "Europe",
    "description": "Timezone region covering the entire European continent.",
    "examples": [
      "Europe/London",
      "Europe/Paris",
      "Europe/Berlin",
      "Europe/Moscow",
      "Europe/Istanbul"
    ]
  },
  {
    "code": "indian",
    "slug": "indian",
    "name": "Indian",
    "description": "Timezone region covering islands in the Indian Ocean.",
    "examples": [
      "Indian/Antananarivo",
      "Indian/Mauritius",
      "Indian/Mahe",
      "Indian/Maldives"
    ]
  },
  {
    "code": "pacific",
    "slug": "pacific",
    "name": "Pacific",
    "description": "Timezone region covering islands in the Pacific Ocean.",
    "examples": [
      "Pacific/Honolulu",
      "Pacific/Auckland",
      "Pacific/Fiji",
      "Pacific/Tahiti"
    ]
  },
  {
    "code": "etc",
    "slug": "etc",
    "name": "Etc (Etcetera)",
    "description": "Administrative timezone region for zones not tied to specific geographic locations.",
    "examples": [
      "Etc/UTC",
      "Etc/GMT",
      "Etc/GMT+0",
      "Etc/GMT-0"
    ]
  }
]