Store walltimes as timestamptz by default in postgres
[clsql.git] / ChangeLog
index 29ac560c8302fc0f5b8fdf1aeeeb9880f468de14..8b393e6e9c184ac9cb816ace6a75a5a1e718d3f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-02-04 Russ Tyndall <russ@acceleration.net>
+       * sql/generic-postgres.lisp:    
+       Wall times default to being timestamptz in postgresql now.
+       There was a TODO questioning why it was storing zoneless by
+       default - it was because of the bugs about tracking UTC
+       vs zoneless
+
+       
 2018-02-03 Russ Tyndall <russ@acceleration.net>
        * sql/time.lisp, tests/time.lisp:       
        Better distinguishing between zoneless timestamps and UTC times,