Skip to content

v0.2.3

Compare
Choose a tag to compare
@pitdicker pitdicker released this 05 Sep 12:17
· 1543 commits to main since this release

Added

  • DateTime<Tz> and Date<Tz> is now Copy/Send when Tz::Offset is Copy/Send.
    The implementations for them were mistakenly omitted. (#25)

Fixed

  • Local::from_utc_datetime didn't set a correct offset. (#26)