mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-10 22:44:45 +01:00
Timedisplay is now localtime no more UTC
This commit is contained in:
parent
c6e3d1be55
commit
ce0d11af19
2 changed files with 7 additions and 4 deletions
|
|
@ -1,12 +1,15 @@
|
|||
set title "Wettervorhersage für Worms. Erstellt: " .strftime("%d.%b %Y %H:%M", time(0)+7200)
|
||||
#set title "Wettervorhersage für Worms. Erstellt: " .strftime("%d.%b %Y %H:%M", time(0)+7200)
|
||||
set datafile separator ','
|
||||
set xdata time
|
||||
set timefmt "%Y-%m-%dT%H:%M"
|
||||
#set timefmt "%Y-%m-%dT%H:%M"
|
||||
set timefmt "%Y-%m-%dT%H:%M:%SZ"
|
||||
set title "Wettervorhersage für Worms. Erstellt: `date`"
|
||||
set format x "%d.%b %H:%M" # otherwise it will show only MM:SS
|
||||
|
||||
set key autotitle columnhead
|
||||
#set xlabel 'Zeitachse UTC'
|
||||
set ylabel "Temperatur °Celsius"
|
||||
set xlabel 'Zeitachse UTC'
|
||||
set xlabel 'Zeitachse MEZ/MESZ'
|
||||
|
||||
set xtics rotate
|
||||
set y2range[0:100]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue