Skip to content

tpgillam/TimeZoneFinder.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeZoneFinder

Stable Dev Build Status Coverage Code Style: Blue ColPrac: Contributor's Guide on Collaborative Practices for Community Packages

Find the TimeZone for a place on Earth specified by latitude and longitude.

] add TimeZoneFinder
julia> timezone_at(52.5061, 13.358)
Europe/Berlin (UTC+1/UTC+2)

If the location is at sea, TimeZoneFinder will return legacy TimeZone instances:

julia> timezone_at(50.5, 1.0) 
Etc/GMT (UTC+0)

Please see the documentation for further details.

References