ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Time Zones


  • 2006-08-29 00:43:07

    Time Zones

    Does anyone know if it is possible to set the time zone of your atutor implementation. I have a problem where my hosting is located in a country with a different time zone so it always displays the incorrect time/date.

    Things to describe:
    operating system - linux
    version of ATutor - 1.5.2

  • 2006-10-26 23:35:39

    Re: Time Zones

    Your best bet is to do the following: change the config.inc.php file located in ATutor's "include" directory. Add the following line before the end of the PHP script:

    putenv("TZ=US/Eastern");

    If your are in Mountain, Pacific, Central timezone, or etc., substitute an appropriate word instead of Eastern. That's all...

    Good Luck ...

    Simon ;)