date_and_time 0.0.3-alpha
date_and_time: ^0.0.3-alpha copied to clipboard
Clean, immutable Date and Time types. Separate types without the complexity of DateTime.
0.0.3-alpha #
- Switched to UTC-first approach for all date and time operations
- Added new utility functions:
combineDateAndTimefor combining Date and Time into DateTimenow,nowAsIso8601for UTC time accessnowLocal,nowLocalAsIso8601for local time access
- Enhanced
DateandTimetypes:- Added UTC conversion handling
- Improved parsing with timezone support
- Added
asDateTimeandtoLocalDateTimemethods
- Improved testing support with UTC-based time mocking
- Fixed timezone-related edge cases and improved documentation
0.0.2-alpha #
- Fix some bugs around time parsing and validating those values
0.0.1-alpha #
- Initial version. The API may change.