Author Topic: Server TIME  (Read 3668 times)

0 Members and 1 Guest are viewing this topic.

Offline The Blue Edge

  • Pre-Newbie
  • Posts: 6
    • View Profile
Server TIME
« on: February 20, 2006, 12:36:39 AM »
Hello,

I am a new user of the 4Images, and so far it is absolutly great!

I live in Austrlaia, but the server where the 4Image Gallery is located in the United States.

When ever I upload a photo, it has the date and time that the photo was uploaded.  Since the server is based in the US, it has the current time in the US.

Is there any way, of changing the time zone for Australia +10 hours.  Of if not, is there a way of turning the time feature off?

Thanks

Chris.


Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: Server TIME
« Reply #1 on: February 20, 2006, 12:39:20 AM »
you can find it in includes/constants.php

Code: [Select]
define('TIME_OFFSET', 0);
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline The Blue Edge

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Server TIME
« Reply #2 on: February 20, 2006, 12:57:57 AM »
Thanks for that.

So for Australia (Sydney Time) is +10 so would I put i 10 or +10 or would it be the difference between the time of the server and my time?

Thanks

Chris

Offline The Blue Edge

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: Server TIME
« Reply #3 on: February 20, 2006, 01:10:05 AM »
Sorry for that, But i have figured it out.

Thank you so much for your help

Chris.