Skip to content

Releases: JChristensen/Timezone

Arduino Timezone Library 1.2.4

31 Dec 03:06
Compare
Choose a tag to compare

Add depends to library.properties.

Arduino Timezone Library 1.2.3

03 Dec 19:14
Compare
Choose a tag to compare

Fix buffer overrun in example sketches.

Arduino Timezone Library 1.2.2

15 Nov 01:33
Compare
Choose a tag to compare

Add example sketch to test library operation.

Arduino Timezone Library 1.2.1

26 Sep 18:24
Compare
Choose a tag to compare

Constructors needed to initialize the variables that contain the DST and standard time start points for local time and UTC. If Timezone objects were dynamically allocated (with new), then deleted and re-allocated, residue in the uninitialized variables could cause functions (e.g. utcIsDST()) to return invalid results. This would also theoretically be possible when not using dynamic allocation, but would be exceedingly rare.

Arduino Timezone Library 1.2.0

18 Jun 16:04
Compare
Choose a tag to compare
  • Add constructor for time zones that do not observe daylight time.
  • Update example sketch.

Arduino Timezone Library 1.1.3

15 May 22:07
Compare
Choose a tag to compare

Update example sketches:

  • Fix compiler warnings,
  • Button library name change,
  • Shorter code for function to print date and time.