Fix Instant formatting bug (#435)
* Fix Instant formatting bug Instant::fmt had a bug where `00` was stripped when they were the trailing two seconds of a date. * Remove redundant clone
Loading
Please register or sign in to comment
* Fix Instant formatting bug Instant::fmt had a bug where `00` was stripped when they were the trailing two seconds of a date. * Remove redundant clone