PackageTrack
Sign in Get early access

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 2025
2025 2026
Release Pre-release

Releases

latest 5
  1. 0.1.3 23 Mar 2025
    Release notes

    This release features support for wasm32-unknown-unknown. That is, when Jiff's new js crate 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.md guide.
    Open source →
  2. 0.1.2 16 Jan 2025
    Release notes

    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::strtime module now has %f and %.f directives for parsing and formatting fractional seconds. And both jiff::fmt::rfc2822 and jiff::fmt::strtime now 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 Span getter methods.
    • #53: Add support for skipping weekday checking when parsing datetimes.
    • #55: Add support for fractional seconds in jiff::fmt::strtime.

    Bug fixes:

    • #49: Fix informational regex describing ISO 8601 format.
    • #51: Explicitly allow new deny-by-default lint ambiguous_negative_literals.
    Open source →
  3. 0.1.1 07 Sep 2024
    Release notes

    This is a new semver compatible release. The principle addition are APIs for converting between a jiff::Span and a std::time::Duration. Specifically, there are now TryFrom<Span> for Duration and TryFrom<Duration> for Span trait implementations. There is also a Span::to_duration, which requires a relative date, for converting spans with non-uniform units (like months) to a Duration.

    Enhancements:

    • #21, #40: Adds APIs for converting between Span and std::time::Duration.

    Bug fixes:

    • #36: Saturating arithmetic for Timestamp panics with day-or-greater units.
    • #38: Fix some bugs in the micro-benchmarks.
    • #39: Document that the RFC 2822 parser is not technically fully spec compliant.
    Open source →
  4. 0.1.0 22 Jul 2024
    Release notes

    The initial release of Jiff.

    Open source →
  5. 0.0.1 09 Jul 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive