mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Changes r22619 and r22620 broke online price quote retrieval.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22631 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4f51d0fa33
commit
6df1174719
@ -516,7 +516,7 @@
|
||||
|
||||
(define (timestr->time-pair timestr time-zone)
|
||||
;; time-zone is ignored currently
|
||||
(cons (gnc-parse-time-to-timet timestr "%Y-%m-%d %H:%M:%S")
|
||||
(cons (gnc-parse-time-to-time64 timestr "%Y-%m-%d %H:%M:%S")
|
||||
0))
|
||||
|
||||
(define (commodity-tz-quote-triple->price book c-tz-quote-triple)
|
||||
|
Loading…
Reference in New Issue
Block a user