-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels