cron file

  1. ActorMike

    Cannot reproduce TimeZone on Server/PHP not honored in Logs

    Our log files are always +5 hours ahead of what our PHP/Server time is. We've confirmed with support our server time and PHP.ini time is correct and this is a possible bug. On a side note, why doesn't the cron have the ability to use a timezone other than UTC?
  2. Cupara

    XF 2.0 Creating Cron File

    I have the following in my cron file: class Guild { public static function Realms() { .....code here..... } } I'm getting an error regarding expecting { after class. Do I need to extend something similar to AbstractJob as I did in XF1?
Top Bottom