You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: temp.plot
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,4 @@ set yrange [0:*]
12
12
setxdata time
13
13
settimefmt x "%H:%M"
14
14
setformat x "%H:%M"
15
-
plot"< sqlite3 sensors.db \"SELECT time, value from sensors where date = date('now') and name = 'outdoor';\""using1:2title"outdoor", "< sqlite3 sensors.db \"SELECT time, value from sensors where date = date('now') and name = 'indoor';\""using1:2title"indoor"
15
+
plot"< sqlite3 sensors.db \"SELECT time, value from sensors where date = date('now', 'localtime') and name = 'outdoor';\""using1:2title"outdoor", "< sqlite3 sensors.db \"SELECT time, value from sensors where date = date('now', 'localtime') and name = 'indoor';\""using1:2title"indoor"
0 commit comments