377 results for placetypes that are a time zone
  1. Europe/Monaco
    Europe/Monaco (Timezone)
  2. Europe/Gibraltar
    Europe/Gibraltar (Timezone)
  3. Asia/Macau
    Asia/Macau (Timezone)
  4. Pacific/Nauru
    Pacific/Nauru (Timezone)
  5. America/Glace_Bay
    America/Glace_Bay, Canada (Timezone)
  6. Pacific/Easter
    Pacific/Easter, Valparaíso, Chile (Timezone)
  7. America/Montserrat
    America/Montserrat (Timezone)
  8. Pacific/Kosrae
    Pacific/Kosrae, Federated States of Micronesia (Timezone)
  9. Pacific/Norfolk
    Pacific/Norfolk (Timezone)
  10. America/Noronha
    America/Noronha, Brasil (Timezone)

Search again including deprecated places, unknown places, places that visit Null Island or everything?

This query took seconds ⌛; show me the details?

        
seconds ⌛
{ "query": { "bool": { "must": [ { "term": { "woe:placetype": 31 } } ], "must_not": [ { "term": { "geom:latitude": { "value": 0.0 } } }, { "term": { "geom:longitude": { "value": 0.0 } } }, { "exists": { "field": "woe:superseded_by" } } ] } }, "aggs": { "placetypes": { "terms": { "field": "woe:placetype_name", "size": 10000 } }, "countries": { "terms": { "field": "iso:country", "size": 10000 } } }, "sort": [ { "woe:scale": { "order": "asc", "mode": "max" } }, { "geom:area": { "order": "asc", "mode": "max" } }, { "woe:id": { "order": "asc", "mode": "max" } } ] }