Australia/Lord_Howe is the weirdest timezone

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • tz

    Time zone database and code

    In the github repo the article links, there is a large number of comments about the Europe/Dublin time zone in the europe file, including one quote from Ulysses: https://github.com/eggert/tz/blob/7748036bace8562b9c047f368c...

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • go

    The Go programming language

    > America/Nuuk does daylight savings at -01:00 (yes, with a negative)

    Europe/Dublin also has a negative DST offset. Irish DST runs through the European winter (i.e. the opposite of the other European timezones).

    (More details here: https://github.com/golang/go/issues/56743#issuecomment-13157... )

  • timeshape

    Java library to find timezone based on geo coordinates

    > The naive way to do so would be via a static mapping of state to time zone but there are a few edge cases that preclude doing this

    More than a few, state is really the wrong resolution here, US timezones follow counties and native reservations borders.

    ZIP codes should probably be good enough but I'd be careful too. If your volume of addresses isn't too crazy, the robust way is to reverse geocode them and use a library that gets you the IANA identifier from timezone shapes.

    https://github.com/RomanIakovlev/timeshape is maintained by a former coworker who could open source some of the work we did internally.

  • timezonefinder

    python package for finding the timezone of any point on earth (coordinates) offline

  • timezone-boundary-builder

    A tool to extract data from Open Street Map (OSM) to build the boundaries of the world's timezones.

    https://github.com/evansiroky/timezone-boundary-builder

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Falsehoods programmers believe about time zones

    2 projects | news.ycombinator.com | 13 Feb 2024
  • SpatiaLite: Library extending SQLite to support Spatial SQL capabilities

    3 projects | news.ycombinator.com | 28 Jan 2024
  • Does a country's legislated time zones extend to the limit of its territorial sea or its exclusive economic zone?

    1 project | /r/openstreetmap | 31 Oct 2022
  • How do I convert a timestamp (from SQL) into this format: MM/DD/YYYY H:M:S?

    1 project | /r/learnjavascript | 27 Jul 2022
  • How can I get a user's timezone based on location and create a DateTime() based on that timezone?

    1 project | /r/flutterhelp | 7 Apr 2022

Did you konow that Go is
the 4th most popular programming language
based on number of metions?