Skip to content

Releases: JChristensen/Timezone

Arduino Timezone Library 1.2.6

01 Nov 11:40

Choose a tag to compare

Fix for issue (#70) with Greenland DST rule.
Thanks to @mabartibin for catching this.

Arduino Timezone Library 1.2.5

25 Apr 17:30

Choose a tag to compare

Tested on Raspberry Pi Pico.
Change library.properties to have architecture=*.

Arduino Timezone Library 1.2.4

31 Dec 03:06

Choose a tag to compare

Add depends to library.properties.

Arduino Timezone Library 1.2.3

03 Dec 19:14

Choose a tag to compare

Fix buffer overrun in example sketches.

Arduino Timezone Library 1.2.2

15 Nov 01:33

Choose a tag to compare

Add example sketch to test library operation.

Arduino Timezone Library 1.2.1

26 Sep 18:24

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

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

Choose a tag to compare

Update example sketches:

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