ezTime
ezTime copied to clipboard
Timezone::dateTime(time_t, ...) shows wrong milliseconds value
- When using date and time formatting of an argument-passed timestamp,
Timezone::dateTime(time_t, ...)would display last read milliseconds instead of zero for thevplaceholder. - And an option to pass milliseconds along with the timestamp would be very handy. Probably with another overloaded variant of
Timezone::dateTime(...).
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. :)
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.