Problem/Motivation
I use this module to test scheduling on my site, but some things are scheduled with cron. When I use this module to set the time with Drush, Drupal's time calculations are based on the time I set in drush, but the logging entries on the "Recent log messages" page (/admin/reports/dblog) show the current time, not the time set in drush.
I want to use this module to test my cron scheduling within Drupal too, so it would be great if the cron/watchdog time could also be modified.
This may be something that core will handle: Time Service Added and REQUEST_TIME deprecated
Comments
Comment #2
ptmkenny commented