mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
struct tm year is offset by 1900
This commit is contained in:
parent
7b0cca9403
commit
6b5c2c3d0b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
(define time-hour date-hour)
|
||||
(define time-day date-day)
|
||||
(define time-month date-month)
|
||||
(define time-year date-year)
|
||||
(define (time-year x) (- (date-year x) 1900))
|
||||
(define time-day-of-week date-week-day)
|
||||
(define time-day-of-year date-year-day)
|
||||
(define (seconds->time seconds)
|
||||
|
|
Loading…
Add table
Reference in a new issue