On Saturday, November 4, 2017 at 3:36:47 AM UTC-7, Rune Lægreid wrote:
>
> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****  start time 
> (1509750000) is greater than stop time (1508422800)
>
>
You have some bad dates in your database I'm guessing.

root@pi:~# date -d @1509750000 -u
Fri Nov  3 23:00:00 UTC 2017

root@pi:~# date -d @1508422800 -u
Thu Oct 19 14:20:00 UTC 2017


So it seems to be trying to compare a date of November as the start of a 
day with later records of October as end of the day, which is impossible.


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to