Skip to content

Commit

Permalink
Tweak whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
offby1 committed Nov 28, 2014
1 parent 947a50c commit ef85b60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zdate.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
"yeah"
(check-equal? (zdate 0 #:offset 0) "1970-01-01T00:00:00Z")
(check-equal? (zdate (srfi-19-make-date 0 0 0 0 1 1 1970 0) #:offset 0) "1970-01-01T00:00:00Z")
(check-equal? (zdate (srfi-19-make-time 'time-utc 0 0) #:offset 0) "1970-01-01T00:00:00Z")
(check-equal? (zdate "January 18, 1964" #:offset 0) "1964-01-18T00:00:00Z")
(check-equal? (zdate "2008-12-28T10:53:26-0500") "2008-12-28T15:53:26Z")
(check-equal? (zdate "2008-12-28T15:53:26Z") "2008-12-28T15:53:26Z")
(check-equal? (zdate (srfi-19-make-time 'time-utc 0 0) #:offset 0 ) "1970-01-01T00:00:00Z")
(check-equal? (zdate "January 18, 1964" #:offset 0 ) "1964-01-18T00:00:00Z")
(check-equal? (zdate "2008-12-28T10:53:26-0500" ) "2008-12-28T15:53:26Z")
(check-equal? (zdate "2008-12-28T15:53:26Z" ) "2008-12-28T15:53:26Z")
(check-equal? (zdate (struct-copy
date
(seconds->date (find-seconds 0 0 0 1 1 1970))
Expand Down

0 comments on commit ef85b60

Please sign in to comment.