utz icon indicating copy to clipboard operation
utz copied to clipboard

An update for 2020

Open josmithua opened this issue 5 years ago • 3 comments

  • Bug fixes
  • Updated IANA tz db to 2019c (latest as of time of PR)
  • Updated list of major cities from wikipedia
  • Updated list of Android timezones
  • Convert code to python3
  • Regenerated zones.h/zones.c using default regions
  • Add another example showing UTC to local time calculation

josmithua avatar Apr 15 '20 17:04 josmithua

hey @josmithua! this is awesome, thanks so much for the PR. I will try to review this soon.

I am quite curious about your use case if you can share any information. would it be helpful to start versioning this library? ( e.g. create a branch off master called v0.1 once this is merged in ) I have some small but breaking API changes in another branch that were needed in order to create a rust wrapper.

evq avatar Apr 30 '20 04:04 evq

Hi @evq, glad to be able to contribute. Thanks for creating utz!

We are using utz on our embedded touchscreen device to calculate/display local time based on a user selected time zone, pretty much like the second example that I added (examples/example2.c)

Versioning using semver and creating/tagging releases would be great. Feel free to merge your breaking changes in to a new version. If they're small I'm sure we could merge them into our project easy enough.

josmithua avatar Apr 30 '20 18:04 josmithua

bump :)

josmithua avatar Sep 26 '20 12:09 josmithua