- Iana improvements, will now roundtrip by creating custom time zones
- Renamed UtcOffsetTime -> OffsetTime
- Renamed ZonedTime -> ZoneTime
- Added ClockTime
- Added duality to ZoneTime (need to explicitly choose to add\subtract Utc or Clock time)
- Replaced lots of ctors that took DateTime with static FromXxx methods.
- Added DateOnly\TimeOnly support via "Portable.System.DateTimeOnly"
- Added type converters for all classes.
- Start adding docs.
- First release.
- Much of the basic stuff should be there.