Timezone icon indicating copy to clipboard operation
Timezone copied to clipboard

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

Results 3 Timezone issues
Sort by recently updated
recently updated
newest added

Allow inline declaration of TimeChangeRule. Saves 24 bytes RAM, does not affect current code. Instead of this: TimeChangeRule PDT = {"PDT", Second, Sun, Mar, 2, -7 * 60}; TimeChangeRule PST...

I have worked with clock based on esp32 board with this very good lib, but there is lack of support for EEPROM for writing and reading. I have locally added...

Add support for the ESP-Platform using the preferences library. Tested on a LilyGo TTGo ESP32 T-Display. resolves #65