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

minute and second values not adjusted for timezone #93

Closed k5map closed 4 years ago

k5map commented 4 years ago

I've included a setLocation in my code but when I use the standard functions like minute(), second(), etc, they are showing UTC instead of being adjusted for my timezone. Do I need to include another line in my code to fix this situation?

k5map commented 4 years ago

I should have read ALL the way down the README... then I would have found the setDefault function, problem solved.