Releases: JChristensen/Timezone
Releases · JChristensen/Timezone
Arduino Timezone Library 1.2.4
Add depends to library.properties.
Arduino Timezone Library 1.2.3
Fix buffer overrun in example sketches.
Arduino Timezone Library 1.2.2
Add example sketch to test library operation.
Arduino Timezone Library 1.2.1
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
- Add constructor for time zones that do not observe daylight time.
- Update example sketch.
Arduino Timezone Library 1.1.3
Update example sketches:
- Fix compiler warnings,
- Button library name change,
- Shorter code for function to print date and time.