JChristensen Timezone Versions Save

Arduino library to facilitate time zone conversions and automatic daylight saving (summer) time adjustments.

1.2.4

4 years ago

Add depends to library.properties.

1.2.3

4 years ago

Fix buffer overrun in example sketches.

1.2.2

5 years ago

Add example sketch to test library operation.

1.2.1

5 years ago

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.

1.2.0

5 years ago
  • Add constructor for time zones that do not observe daylight time.
  • Update example sketch.

1.1.3

6 years ago

Update example sketches:

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