Hello geocoders,

we’ve just rolled out another new annotation - timezones. This is a feature we’ve seen asked for several times on the nominatim request list. For various reasons the nominatim team has decided it’s not a core part of the service and they’d rather not implement, which is fair enough. But we know at least some developers want it, so here it is.

We now return the following:

"timezone" : {
  "name" : "Europe/Berlin",
  "now_in_dst" : 1,
  "offset_sec" : 7200,
  "offset_string" : 200,
  "short_name" : "CEST"
}

Hopefully this is just one of many small examples of useful tweaks we can add to make developers’ lives easier.

Timezones and time in general is of course a fairly rich technical topic, if you want to learn more Wikipedia is a great place to dive in

We welcome any and all feedback, and especially suggestions for more annotations you’d like to see. As always you can turn annotations off via the no_annotations parameter.

Ed, posting from “Europe/Berlin”