tempo 0.6.0
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
usandisogetters 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.