Had a sign backwards that was causing issues
authorRuss Tyndall <russ@acceleration.net>
Wed, 7 Feb 2018 21:04:50 +0000 (16:04 -0500)
committerRuss Tyndall <russ@acceleration.net>
Wed, 7 Feb 2018 21:11:49 +0000 (16:11 -0500)
commitb766d0c5e07e0ecd1c3b696d70a6857cb54f9a77
treefc6a1e30fc1bcb6b05ece863cafd0de7bbb4b959
parent529452ae19c763cb1ed262e13bb589a8b6614e35
Had a sign backwards that was causing issues

 * time-to-utc and time-to-localtime were not
   always round-trip safe (eg reversible)
 * Added tests, also made the "crossplatform" test
   be "crossplatform" again

re ADWolf:#1408
sql/time.lisp
tests/test-time.lisp