Had a sign backwards that was causing issues
[clsql.git] / sql / time.lisp
index 39d9e4dc3483a70272ee06d2bdef50185556e2ea..38ad86f12f577676c2e959649a971205a0e86f0a 100644 (file)
       (declare (ignore _sec _min _hour _day _month _year _day-of-week))
       (when dst?
         (incf tz -1))
-      (values (- (* tz 60 60)) tz))))
+      (values (* tz 60 60) tz))))
 
 (defun time-to-utc (in)
   "Ensures that if we have a time thats not in UTC, treat it as a localtime,