time

Robust and type-safe date and time calculations for Swift

MIT License

Stars
2.3K
Committers
12

Bot releases are hidden (Show)

time - 1.0.2 Latest Release

Published by davedelong 6 months ago

Includes two fixes:

  • Fixed an issue where differences in whole values could produce values that were off by one unit
  • Fixed an issue where Fixed values created without an era would crash when attempting to access their .era
time - 1.0.1

Published by davedelong 7 months ago

Includes two fixes:

  • Smarter description formats for fixed values that do not include time components.
  • Sendable conformance to several types
time -

Published by davedelong 8 months ago

The first full public release of Time.

time - Version 0.9.1

Published by davedelong over 4 years ago

Includes a TimePeriod and TimeDifference type (renamed from Value and Difference), as well as several bug fixes.