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

Fixes for #69 #70 #71

Closed johnslemmer closed 4 years ago

johnslemmer commented 4 years ago

I've made fixes to the two bugs I have found in ezTime: #69 #70.

I've tested these changes on a local device and seems to be working as expected now.

@ropg I know you were talking about a bigger re-write to ezTime eventually (to follow more conventional patterns where time_t should always be in UTC). But hopefully this fixes a few small bugs until then.

Thanks for making this library open source! And letting me hopefully play a small roll in it. It has seriously saved me a lot of time to not have to create this myself.