string->date doesn't consider timezone properly

Issue #156 resolved
Takashi Kato repo owner created an issue

This should return timezone offset 3600 but 7200 in Amsterdam

(string->date "2016/3/26 15:00:00" "~Y/~m/~d ~H:~M:~S")
;; -> #<date 2016/03/26 15:00:00.000000000 (7200)>

Comments (1)

  1. Log in to comment