ropg / ezTime

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.
MIT License
343 stars 93 forks source link

DST timezone error fix #173

Open yuan910715 opened 1 year ago

yuan910715 commented 1 year ago

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.