EzTime Versions Save

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.

0.8.3

4 years ago

Fixing issues #69 and #70...

0.8.2

4 years ago

Added Catalan language Assorted minor fixes

0.8.1

4 years ago

Fixes problem with the internationalisation where not setting EZTIME_LANGUAGE define would cause an error. Now correctly defaults to english.

0.8.0

4 years ago

Added support for names of days and months in multiple languages

0.7.10

5 years ago

Fixed a number of issues, including a serious bug in makeOrdinalTime that caused timezone changes to happen at the wrong date if there was a last weekday of a given month involved in a rule. Also fixed a bug that caused an invalid timestamp to show up sometimes, added a feature to read the last time the NTP server was contacted and some minor fixing. Please test this version and report issues. Expect more fixes soon, also to the outstanding issues that didn't make it this time.

0.7.9

5 years ago

Fixes issue #20 which caused timeouts in two examples because calls t the server were made in quick succession, while the server had new DDoS protection built-in.

0.7.8

5 years ago
  • Fixes an issue where calling setInterval(0) before the first call to events() would still cause updateNTP() to be called. (Issue #19, thank you malbrook)

0.7.7

5 years ago
  • Fixes a problem that would start DST a day late (Issue 11, thank you @dobryj .

  • Fixes some compiler warnings

0.7.6

5 years ago

0.7.5

5 years ago