Author Topic: Changing Time...  (Read 7880 times)

0 Members and 1 Guest are viewing this topic.

Offline caimin

  • Pre-Newbie
  • Posts: 3
    • View Profile
Changing Time...
« on: February 13, 2003, 09:09:06 AM »
Hi,

I have maybe a really stupid question: I'm setting up a imagegallery BUT the time doesn't display Holland's time.. I think it's the worldtime or something.. But it's 6 hours earlier at the imagegallery then it's in holland..

Does anybody know how to change it?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Changing Time...
« Reply #1 on: February 13, 2003, 12:16:31 PM »
in /includes/constants.php
change time zone:
Code: [Select]
// Time offset for your website. Sometimes usefull if your server is located
// in other timezones.
define('TIME_OFFSET', 0);
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: Changing Time...
« Reply #2 on: February 10, 2006, 03:09:12 PM »
My site is 3 hours behind what the actual time is Eastern. I have tried an offset of 3 (hrs), an offset of 180 (mins), and an offset of 10800 (secs).  What is the correct format for the offset?

Offline artpics

  • Full Member
  • ***
  • Posts: 173
    • View Profile
    • my site
Re: Changing Time...
« Reply #3 on: February 10, 2006, 03:15:07 PM »
i think it is +3 or -3

RT

Offline lemccoy

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
    • DrunkIsland
Re: Changing Time...
« Reply #4 on: February 10, 2006, 03:40:59 PM »
thanks but that didn't work.   :oops:  :?:
« Last Edit: February 10, 2006, 09:33:27 PM by lemccoy »