ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
Example:
for this standard posix str(America/New_York): EST5EDT,M3.2.0,M11.1.0
STD should be UTC-5
DST should be UTC-4
but for ezTime library , DST is UTC-1
Example: for this standard posix str(America/New_York): EST5EDT,M3.2.0,M11.1.0 STD should be UTC-5 DST should be UTC-4 but for ezTime library , DST is UTC-1
fix this.