Author Topic: Wrong hour  (Read 3678 times)

0 Members and 1 Guest are viewing this topic.

Offline luktur

  • Newbie
  • *
  • Posts: 38
    • View Profile
Wrong hour
« on: April 08, 2010, 04:07:42 PM »
Hello. I have a problem with gallery 4images. I don't know whats happened with hour.

I write comment on 4 p.m. but on gallery is: 08.04.2010 22:00 (10 p.m.)

It's 8 hour. Where can I fix it?

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Wrong hour
« Reply #1 on: April 08, 2010, 04:48:46 PM »
... it is not a problem of 4images ...
... it depends on your host ...
... the host of your website is located 8 time zones east of you .... ;)
... as fix use the following in constants.php ...

Code: [Select]
define('TIME_OFFSET', -8);
« Last Edit: April 08, 2010, 05:09:06 PM by mawenzi »
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline luktur

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: Wrong hour
« Reply #2 on: April 08, 2010, 05:11:55 PM »
Thx very much for:

define('TIME_OFFSET', 8);

I putt:

define('TIME_OFFSET', -5);

Now hour is correct.   :D