mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Convert python bindings from timespec to time64.
This commit is contained in:
@@ -34,8 +34,8 @@ class TestAccount( AccountSession ):
|
||||
tx = Transaction(self.book)
|
||||
tx.BeginEdit()
|
||||
tx.SetCurrency(self.currency)
|
||||
tx.SetDateEnteredTS(datetime.now())
|
||||
tx.SetDatePostedTS(datetime.now())
|
||||
tx.SetDateEnteredSecs(datetime.now())
|
||||
tx.SetDatePostedSecs(datetime.now())
|
||||
|
||||
s1a = Split(self.book)
|
||||
s1a.SetParent(tx)
|
||||
|
||||
Reference in New Issue
Block a user