New Features
- add
Time::to_zoned()to unleash the power ofjiff::Zoned.
Bug Fixes
- change
Time::format_or_raw()toTime::format_or_unix()
As it turns out,rawcould also panic, butunixcannot.
Bug Fixes (BREAKING)
- make
Time::to_zoned()fallible and addTime::format_or_raw().
After all, the timezone can be invalid, which makes the conversion (and formatting) fail.
Theformat_or_raw()method brings back an infallible version.
Commit Statistics
- 7 commits contributed to the release.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #2248 from GitoxideLabs/improvements (c400dd3)
- Change
Time::format_or_raw()toTime::format_or_unix()(e61832e) - Merge pull request #2247 from GitoxideLabs/improvements (3087b76)
- Make
Time::to_zoned()fallible and addTime::format_or_raw(). (fda4e40) - Merge pull request #2246 from GitoxideLabs/improvements (3e81366)
- Add
Time::to_zoned()to unleash the power ofjiff::Zoned. (2184037) - Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)