nickbabcock / Pdoxcl2Sharp

A Paradox Interactive general file parser
MIT License
39 stars 13 forks source link

Incorrect format for outputting early dates #10

Closed nickbabcock closed 11 years ago

nickbabcock commented 11 years ago

DateTimes that occur before year 1000 will have a padded zero. This is incorrect. The correct format for a date occurring on January first, 1 AD is "1.1.1" and not "0001.1.1"