Remove final 86401 reference from parser
This commit is contained in:
parent
9d5e4dd3c6
commit
db23c34449
|
@ -548,7 +548,7 @@ done:
|
|||
|
||||
if(hour == -1) {
|
||||
if(earliest && iso8601_from_clocktime(earliest, 0, 0, 0)) return -1;
|
||||
if(latest && iso8601_from_clocktime(latest, 24, 0, 0)) return -1;
|
||||
if(latest && iso8601_from_clocktime(latest, 23, 59, 59)) return -1;
|
||||
if(details) details->time_prec = iso8601_prec_none;
|
||||
|
||||
} else if(sec != -1) {
|
||||
|
|
Loading…
Reference in New Issue