Hi,
if the year of a date is <1000 then the resulting invoice is invalid because %Y doesn't add 0 padding on all platforms, %4Y does.
|
node.text = self._value.strftime("%Y%m%d") |
Those dates are obviously wrong, however we do adjust invoices only in certain places and would like to keep the rest as it was.