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
327 stars 92 forks source link

DST timezone error fix #173

Open yuan910715 opened 9 months ago

yuan910715 commented 9 months 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.