diff options
Diffstat (limited to 'tests/post.scm')
-rw-r--r-- | tests/post.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/post.scm b/tests/post.scm index 38fcfbe..b0407c9 100644 --- a/tests/post.scm +++ b/tests/post.scm @@ -26,7 +26,8 @@ (define (make-date* year month day) (make-date 0 0 0 0 day month year 0)) -(define %tzoffset (date-zone-offset (current-date))) +(define %tzoffset + (date-zone-offset (string->date "2015-09-05" "~Y~m~d"))) (test-equal "post-ref" '(hello test) |