From: Tobias Oetiker Date: Tue, 31 May 2005 06:22:31 +0000 (+0000) Subject: fixed epoch X-Git-Tag: 1.2.10~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966cbcd64037ba33b63f37fd7013c83fca4ca6df;p=thirdparty%2Frrdtool-1.x.git fixed epoch git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@605 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrd-beginners.pod b/doc/rrd-beginners.pod index 644f2f00..c3d0a397 100644 --- a/doc/rrd-beginners.pod +++ b/doc/rrd-beginners.pod @@ -59,7 +59,7 @@ data flow to update the RRDtool database. RRDtool is designed to store time series of data. With every data update, an assosiated time stamp is stored. Time is always expressed -in seconds passed since epoch (01-01-1971). RRDtool can be installed +in seconds passed since epoch (01-01-1970). RRDtool can be installed on Unix as well as Windows. It comes with a command set to carry out various operations on RRD databases. This command set can be accessed from the command line, as well as from Shell or Perl scripts. The