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:
Mike Alexander 2012-12-06 04:07:56 +00:00
parent 4f51d0fa33
commit 6df1174719

View File

@ -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)