[linux] gnuplot & timestamp

Folkert van Heusden folkert op vanheusden.com
Ma Jun 27 17:27:53 CEST 2005


Hi,

Als ik naar:
http://www.testcentrumgouda.nl/fun.php
kijk, dan lijkt het erop dat gnuplot UTC aanhoudt bij 't noteren van
de datum/tijd op de x-as.

Ik doe dit:

tail -n 288 /var/log/tempstats_tcg.log > /tmp/ts.tmp
/usr/local/bin/gnuplot <<EOF > /var/www/htdocs.tcg/temp_graph_24h.png
set term png
set autoscale
set title "temperatures last 24 hours"
set timefmt "%s"
set xdata time
set xlabel " "
plot "/tmp/ts.tmp" using 1:2 with lines title 'elders in Gouda' \
,    "/tmp/ts.tmp" using 1:3 with lines title 'Amalia flat 6 hoog'
EOF
rm -f /tmp/ts.tmp

Iemand een suggestie hoe ik van die UTC gewoon GMT+1 maak? (dus inclusief
zomer/wintertijd)


Folkert van Heusden

-- 
Auto te koop, zie: http://www.vanheusden.com/daihatsu.php
Op zoek naar een IT of Finance baan? Mail me voor de mogelijkheden.
--------------------------------------------------------------------
 UNIX admin? Then give MultiTail (http://vanheusden.com/multitail/) 
 a try, it brings monitoring logfiles to a different level! See     
 http://vanheusden.com/multitail/features.html for a feature-list.  
--------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE
Get your PGP/GPG key signed at www.biglumber.com!



More information about the Linux mailing list