Skip to content

0.4 - store zoneinfo files in PROGMEM

Compare
Choose a tag to compare
@bxparks bxparks released this 10 Jul 07:01
· 2048 commits to master since this release
ca87f43
  • 0.4 (2019-07-09, TZ DB version 2019a, beta)
    • Support the less-than-or-equal syntax {dayOfWeek}<={dayOfMonth}
      appearing in version 2019b of the TZ Database which contains Rule Zion, 2005 to 20012, IN Apr, ON Fri<=1.
    • Add BasicZoneManager and ExtendedZoneManager to retrieve ZoneInfo
      from TZ Database string identifier (e.g. "America/Los_Angeles").
    • Add configuration options (ACE_TIME_USE_BASIC_PROGMEM and
      ACE_TIME_USE_EXTENDED_PROGMEM) to place zoneinfo
      files into PROGMEM to save static RAM.