Author Topic: Uhrzeit umstellen  (Read 4224 times)

0 Members and 1 Guest are viewing this topic.

Offline tisi

  • Sr. Member
  • ****
  • Posts: 317
    • View Profile
Uhrzeit umstellen
« on: April 03, 2003, 10:38:12 PM »
Hallo zusamen,

wo kann man eigentlich die Uhrzeit umstellen ? z.B. GMT +7

besten Dank !!

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
Uhrzeit umstellen
« Reply #1 on: April 03, 2003, 10:40:33 PM »
/includes/constants.php    ->     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 tisi

  • Sr. Member
  • ****
  • Posts: 317
    • View Profile
Uhrzeit umstellen
« Reply #2 on: April 04, 2003, 08:48:04 AM »
yes, you're right  :!:

// Time offset for your website. Sometimes usefull if your server is located
// in other timezones.
define('TIME_OFFSET', 8);

includes/constants.php