mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fixes for new 64-bit time setter/getters
This commit is contained in:
@@ -38,7 +38,7 @@ value = latest.get_value()
|
||||
pl = pdb.get_prices(arm,gbp)
|
||||
for pr in pl:
|
||||
source = pr.get_source()
|
||||
time = pr.get_time()
|
||||
time = pr.get_time64()
|
||||
v=pr.get_value()
|
||||
price = float(v.num)/v.denom
|
||||
print(time, source, price)
|
||||
|
||||
Reference in New Issue
Block a user