Code

introduce "epoch" as a new base time reference, meaning timestamp 0.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 11 Nov 2010 16:12:17 +0000 (16:12 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 11 Nov 2010 16:12:17 +0000 (16:12 +0000)
commit092cd848265e9301eb52cf1952f0e15d438fe99b
tree7d6098b94b33cfd38dbf71e32e49ec3148408886
parente1dcc308370401d56634ef791d39c29c5572caf9
introduce "epoch" as a new base time reference, meaning timestamp 0.
This disambiguates between some "at-style" time specs:

11111111 yields an error message:

did you really mean month 1111111?

and

19711205 denotes Dec 12, 1971 and not the timestamp.

The patch allows to write:

epoch+11111111s or epoch+19711205s

-- Peter Stamfest

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2147 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/doc/rrdfetch.pod
program/src/rrd.h
program/src/rrd_parsetime.c