mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2088 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
51e814eabc
commit
ae37bf8dfc
@ -226,7 +226,7 @@
|
|||||||
((char=? ch #\7) 7)
|
((char=? ch #\7) 7)
|
||||||
((char=? ch #\8) 8)
|
((char=? ch #\8) 8)
|
||||||
((char=? ch #\9) 9)
|
((char=? ch #\9) 9)
|
||||||
(else (error "Non-integer character" ch i))))
|
(else (error "Non-integer character" ch i))))
|
||||||
|
|
||||||
;; non-public procedure
|
;; non-public procedure
|
||||||
(define (normalize-year year nowyear)
|
(define (normalize-year year nowyear)
|
||||||
@ -416,7 +416,7 @@
|
|||||||
(+ tzhour (/ tzminute 60)))
|
(+ tzhour (/ tzminute 60)))
|
||||||
(erriso2 "time zone +/-"
|
(erriso2 "time zone +/-"
|
||||||
pm-char index
|
pm-char index
|
||||||
string)))))))))))))))
|
string))))))))))))))))
|
||||||
|
|
||||||
|
|
||||||
(define (julian-day-number->string jdn)
|
(define (julian-day-number->string jdn)
|
||||||
@ -474,4 +474,3 @@
|
|||||||
(erriso "day" index string)
|
(erriso "day" index string)
|
||||||
(encode-julian-day-number
|
(encode-julian-day-number
|
||||||
day month year))))))))))))))))
|
day month year))))))))))))))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user