X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=8b393e6e9c184ac9cb816ace6a75a5a1e718d3f7;hb=3ab5ff5c8b7f6a8fc37f5870b9518a0862f2e611;hp=29ac560c8302fc0f5b8fdf1aeeeb9880f468de14;hpb=67a4ab3576b630b8d34a6476ec8c1e9dfa913800;p=clsql.git diff --git a/ChangeLog b/ChangeLog index 29ac560..8b393e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-02-04 Russ Tyndall + * 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 * sql/time.lisp, tests/time.lisp: Better distinguishing between zoneless timestamps and UTC times,