Skip to content

Commit bf2dcf4

Browse files
Merge pull request #66 from avadev/TimeZoneChange
DEVCON-3653: Enhancement request
2 parents f8a3f29 + f321902 commit bf2dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ def __init__(self, client, comp_code, type_, cust_code):
4747
'companyCode': comp_code,
4848
'customerCode': cust_code,
4949
'type': type_,
50-
'date': '{}'.format(datetime.utcnow()),
50+
'date': '{}'.format(datetime.now()),
5151
'lines': []
5252
}

0 commit comments

Comments
 (0)