Timedisplay is now localtime no more UTC

This commit is contained in:
dewomser 2022-12-26 15:35:11 +01:00
parent c6e3d1be55
commit ce0d11af19
No known key found for this signature in database
GPG key ID: 3A312467A034D190
2 changed files with 7 additions and 4 deletions

View file

@ -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]