davedelong / time

Robust and type-safe date and time calculations for Swift
MIT License
2.32k stars 77 forks source link

Add Codable conformance for Region, TimePeriod #63

Closed iKenndac closed 1 year ago

iKenndac commented 1 year ago

This PR adds basic Codable support for Region and TimePeriod. We use Time across multiple processes, and having a single "truth" for serialisation makes a lot of sense for that use case.