added timestamp to show correct times in grafana
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 4 Oct 2020 15:30:25 +0000 (17:30 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 4 Oct 2020 15:30:25 +0000 (17:30 +0200)
create.sql

index 84e9d6e..dcc48a6 100644 (file)
@@ -1,6 +1,6 @@
 drop table zc;
 create table zc (
-       time timestamp without time zone default now(),
+       time timestamp with time zone default now(),
        PN integer not null,
        Alarm_axis smallint not null,
        X_axis_angle float not null,