tz_datetime 1.1.0
tz_datetime: ^1.1.0 copied to clipboard
A Dart package for handling time zoned datetime using native platform implementations
1.1.0 #
- feat: Remove Flutter dependencies.
- fix: Parsing.
- fix: spring-forward gap.
- chore: Reaches 100% coverage.
1.0.2 #
- fix: Auto-register platform to get rid of Flutter mechanics for basic testing.
1.0.1 #
- fix: Add proper copyWith to adjust timezone offset.
- fix: pubspec.yaml infos.
1.0.0 #
- Initial release of tz_datetime package
- Provides timezone-aware datetime functionality
- Includes utilities for timezone conversion and manipulation
- Supports parsing and formatting of timezone-aware dates
- Compatible with standard Dart DateTime operations
- SDK 3.8.1 and Flutter 3.32.1