#Using date math in Templates
1 messages · Page 1 of 1 (latest)
I would expect line 16 to be less than 1, but it is greater than 1
Line 7 takes current time stamp and subtracts it from a preset time stamp
in this example 00:00:00 from the same day
Lines 3 and 12 show that only 19 hours have passed and not more than 24 hours
line 8 and 17 show that there should be 86400 in one day.
what am I missing?