Open KieranKaelin opened 3 months ago
Hey there, thanks for the great crate!
The Timestamp::fmt trait does not pad the year to four digits, resulting in dates such as year 2 being formatted as 2-01-01 00:00:00.
Timestamp::fmt
2-01-01 00:00:00
Hi @kubo, Just wanted to kindly follow up on this PR. Let me know if there's anything else I can do :smile: Thanks for your time!
Hey there, thanks for the great crate!
The
Timestamp::fmt
trait does not pad the year to four digits, resulting in dates such as year 2 being formatted as2-01-01 00:00:00
.