From: oetiker Date: Wed, 27 Sep 2006 21:45:47 +0000 (+0000) Subject: tod can come after the date as well as before the date X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ee660dd22807f51d324aa53ea548d59bcf301550;p=rrdtool-all.git tod can come after the date as well as before the date git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@899 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/parsetime.c b/program/src/parsetime.c index eedd3e48..f1958430 100644 --- a/program/src/parsetime.c +++ b/program/src/parsetime.c @@ -839,6 +839,7 @@ parsetime(const char *tspec, struct rrd_time_value *ptv) case NUMBER: try(tod(ptv)) try(day(ptv)) + try(tod(ptv)) break; /* fix month parsing */ case JAN: case FEB: case MAR: case APR: case MAY: case JUN: