Skip to content

Releases: tiny-blocks/time

v1.2.0

17 Feb 08:49
745c3d7

Choose a tag to compare

  • Added DatabaseDateTimeDecoder to 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

17 Feb 08:04
a450fb0

Choose a tag to compare

  • Implemented findByIdentifierOrUtc method in Timezones class to return a matching timezone or UTC if not found.
  • Updated README.md with usage example for the new method.
  • Added tests for findByIdentifierOrUtc to ensure correct functionality.

v1.0.0

17 Feb 07:29
4ae208c

Choose a tag to compare

  • Introduces Instant (UTC-normalized) with string decoding and Unix-seconds constructors, plus formatting/accessors.
  • Adds Timezone and Timezones collection utilities (construction, lookup, conversion).
  • Adds CI configuration with GitHub Actions for automated testing and code analysis.
  • Enhanced README with project overview and usage instructions.