jiff-tzdb-platform
The entire Time Zone Database embedded into your binary for specific platforms.
0.1.3
35M downloads/mo
#1525 most downloaded on crates.io
BurntSushi/jiff
What this package is like to depend on
Last release 1 years ago
23 Mar 2025
Ships fairly regularly
a new release about every 2 months
Most releases are documented
notes for 4 of 5 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
5 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Jul 2024 to Mar 2025Releases
latest 5-
0.1.323 Mar 2025Release notes
Open source →This release features support for
wasm32-unknown-unknown. That is, when Jiff's newjscrate feature is enabled, Jiff will automatically use JavaScript APIs to determine the current time and time zone.Enhancements:
- #58:
Add WASM support and a new
PLATFORM.mdguide.
- #58:
Add WASM support and a new
-
0.1.216 Jan 2025Release notes
Open source →This release features a few new APIs that a need for arose while experimenting with actually using Jiff in real projects. Namely, the
jiff::fmt::strtimemodule now has%fand%.fdirectives for parsing and formatting fractional seconds. And bothjiff::fmt::rfc2822andjiff::fmt::strtimenow have support for skipping weekday checks during parsing. (Previously, Jiff required that an English weekday be consistent with the date parsed, and there was no way to opt out. While this is still the default behavior, callers can disable this check.)Enhancements:
- #52:
Improve documentation for
Spangetter methods. - #53: Add support for skipping weekday checking when parsing datetimes.
- #55:
Add support for fractional seconds in
jiff::fmt::strtime.
Bug fixes:
- #52:
Improve documentation for
-
0.1.107 Sep 2024Release notes
Open source →This is a new semver compatible release. The principle addition are APIs for converting between a
jiff::Spanand astd::time::Duration. Specifically, there are nowTryFrom<Span> for DurationandTryFrom<Duration> for Spantrait implementations. There is also aSpan::to_duration, which requires a relative date, for converting spans with non-uniform units (like months) to aDuration.Enhancements:
Bug fixes:
-
0.1.022 Jul 2024 -
0.0.109 Jul 2024Nothing published for this version