4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: thebign on November 03, 2002, 01:56:59 PM

Title: Change servertime
Post by: thebign on November 03, 2002, 01:56:59 PM
Hi Im using 4images on a US server - What script should I use to change it to european time (Denmark)

thebign
Title: includes/constants.php
Post by: Chris on November 03, 2002, 05:35:25 PM
Open includes/constants.php and find this line:
Code: [Select]
define('TIME_OFFSET', 0);
The unit is hours and can be a positive or negative number.
Title: I changed but
Post by: thebign on November 03, 2002, 11:31:33 PM
I changed it but it didn't work.

Mayby there is some thing in templates file there must be changed too.

This is how is looks now

<?php
echo date("d.m.Y, H:i");
?>