Releases: tiny-blocks/time
Releases · tiny-blocks/time
v1.2.0
- Added
DatabaseDateTimeDecoderto parse database timestamp strings with space separator and optional microsecond precision. - Added comprehensive test coverage for database format parsing including edge cases.
- Updated README with documentation and examples for database timestamp parsing.
v1.1.0
- Implemented
findByIdentifierOrUtcmethod inTimezonesclass to return a matching timezone or UTC if not found. - Updated README.md with usage example for the new method.
- Added tests for
findByIdentifierOrUtcto ensure correct functionality.
v1.0.0
- Introduces
Instant(UTC-normalized) with string decoding and Unix-seconds constructors, plus formatting/accessors. - Adds
TimezoneandTimezonescollection utilities (construction, lookup, conversion). - Adds CI configuration with GitHub Actions for automated testing and code analysis.
- Enhanced README with project overview and usage instructions.