dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: August 21 2015 at 09:16 | IP Logged
|
|
|
Moniputer,
You could correct this with the following SQL
statement executed in the PH Multi-Editor in SQL mode
(shift-F5):
update timedevents set starttime =
dateadd(day,-60,starttime),reftime =
dateadd(day,-60,reftime)
You would want to first stop timedevents, then execute
the sql, open the PH Explorer and check everything is
ok and then restart Timed events. This SQL would bring
everything back to today's date (10/20/2015 is 60 days
different from today).
As with anything sql, its very easy to corrupt your
database so I would probably take a backup first. You
could also correct the timed event entries by hand in
the PH Explorer if you'd rather not use SQL.
Hope this helps,
Dave.
|