Dual-Life / Time-Piece

Object Oriented time objects
Other
15 stars 33 forks source link

Parse years before 1900 #67

Open choroba opened 11 months ago

choroba commented 11 months ago

They could be produced by e.g. subtracting something from 1900-01-01, but parsing year < 1900 failed.

Also add a test to verify it works.

Fixes #56.