nehtik / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Resuming recurring EP problem after reboot #386

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Recurring EP uses GetTime() to save the next time in which recurring EP should 
be given. GetTime() 
is the uptime of the machine in seconds which obviously gets reset after a 
restart.

Either fix this and make it work with date() or simply ignore GetTime() that is 
in the past (we already 
ignore GetTime() that is 1 more recurring EP period than now).

Original issue reported on code.google.com by evlogimenos on 5 Apr 2009 at 4:54

GoogleCodeExporter commented 8 years ago
This is fixed in r1164.

Original comment by evlogimenos on 5 Apr 2009 at 9:30