On Windows, some Python versions format "Jan 01" while others format "Jan 1"; this caused test failures on the build farm. By using a date without leading zeros (2011-12-13), we can work around this. https://github.com/behdad/fonttools/issues/455
On Windows, some Python versions format "Jan 01" while others format "Jan 1"; this caused test failures on the build farm. By using a date without leading zeros (2011-12-13), we can work around this. https://github.com/behdad/fonttools/issues/455