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

Timezone::dateTime(time_t, ...) shows wrong milliseconds value #24

Open martincizek opened 5 years ago

martincizek commented 5 years ago

Although ms-precision datetime formatting is still possible with some string gluing code and maintaining two time formats for both current and variable-based time formatting, it's a pity not having it in such a great library. :)

ropg commented 5 years ago

Sorry for late reply. Whoops, that should indeed be zero then. Will think about the second version of dateTime and keep this open for now until the next time I get to work on ezTime, hopefully soon.