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
336 stars 93 forks source link

makeOrdinalTime return wrong result #38

Closed wayfarerbasta closed 5 years ago

wayfarerbasta commented 5 years ago

The function makeOrdinalTime returns 24th of March 2019 as the last (ordinal 5) Sunday of March. In my calendar the 31st March is th last Sunday. It seams that this is the reason for #31

ropg commented 5 years ago

Fixed by merging pull request (thank you @wayfarerbasta ). I currently believe this also fixes issue #41 #31 and #15, so am closing those. YAY!