tempo 0.6.0 copy "tempo: ^0.6.0" to clipboard
tempo: ^0.6.0 copied to clipboard

A complete time and date solution that replaces Dart's core DateTime with a rich set of date and time classes, advanced arithmetic features and full time zone support.

0.6.0 #

  • Minimum Dart SDK is now 3.0.0
  • Added us and iso getters to Weekday for weekday numbers
  • Added extension methods on DateTime and Duration to convert to Tempo objects
  • Made zoneId optional for ZonedDateTime creation. Breaking change
    • This is seamless with one exception:
    • Breaking change: Removed zoneId arg from ZonedDateTime(). Use ZonedDateTime.withZoneId() if you want to specify a time zone.
    • ZonedDateTime now has a settable defaultZoneId field that will be used if none is provided.
  • Documentation improvements

0.5.4 #

  • Updated to tzdb-2025b
  • Minimum Dart SDK is now 2.19.0

0.5.3 #

  • Updated to tzdb-2024a.

0.5.2 #

  • Added unixTimestamp and inTimezone() to HasInstant interface.

0.5.1 #

  • Fixed broken links in README.md

0.5.0 #

  • Initial version.
6
likes
0
points
335
downloads

Publisher

verified publisherniladic.org

Weekly Downloads

A complete time and date solution that replaces Dart's core DateTime with a rich set of date and time classes, advanced arithmetic features and full time zone support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

built_collection, built_value, collection, meta, string_scanner, test

More

Packages that depend on tempo