Liking cljdoc? Tell your friends :D
Clojure only.

zip-tz.core


zip->tzclj

(zip->tz zip)

Find the TZDB timezone ID for zip code zip.

Takes the first five digits from the input, stripping any whitespace, and looks up the timezone.

Returns nil if no timezone is found, or if zip isn't valid.

Find the TZDB timezone ID for zip code zip.

Takes the first five digits from the input, stripping any whitespace,
and looks up the timezone.

Returns nil if no timezone is found, or if zip isn't valid.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close