dh-tech / undate-python

A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
7 stars 1 forks source link

Ensure years are always 4 digits #22

Closed rlskoeser closed 1 year ago

rlskoeser commented 1 year ago

this is a fix for the 3-digit/4-digit year test that is behaving differently in some environments

addresses #20

jdamerow commented 1 year ago

I haven't tested this locally as I'm on my other computer at the moment, but since the CI is happy, looks good to me! :)