cs: immutable string in seconds->date
result
This commit is contained in:
parent
bf2fac74f2
commit
dc58fccc4c
|
@ -131,6 +131,6 @@
|
||||||
(chez:date-dst? d)
|
(chez:date-dst? d)
|
||||||
(date-zone-offset d)
|
(date-zone-offset d)
|
||||||
(date-nanosecond d)
|
(date-nanosecond d)
|
||||||
(or (date-zone-name d) utc-string)))]))
|
(or (string->immutable-string (date-zone-name d)) utc-string)))]))
|
||||||
|
|
||||||
(define utc-string (string->immutable-string "UTC"))
|
(define utc-string (string->immutable-string "UTC"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user