kubo / rust-oracle

Oracle driver for Rust
193 stars 43 forks source link

Change Timestamp::fmt to format year as YYYY #88

Open KieranKaelin opened 3 months ago

KieranKaelin commented 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.

KieranKaelin commented 2 months ago

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!