Skip to content

Commit f321902

Browse files
Chris WalkerChris Walker
authored andcommitted
DEVCON-3653: Enhancement request
1 parent f8a3f29 commit f321902

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)