Created time-to-localtime
authorRuss Tyndall <russ@acceleration.net>
Tue, 6 Feb 2018 17:22:20 +0000 (12:22 -0500)
committerRuss Tyndall <russ@acceleration.net>
Tue, 6 Feb 2018 17:22:20 +0000 (12:22 -0500)
commit868477640206e55887d5c017d1e47a58ef64dc47
tree8225eafcadbc3de0758ee6cb9ccc16354e3d9a2b
parent67a4ab3576b630b8d34a6476ec8c1e9dfa913800
Created time-to-localtime

 * allows conversion of utc back to localtime for
   eg: printing
 * exported time-to-utc, time-to-localtime
 * added tests roundtripping times between the two

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