openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ebeb323f9b5eaf336aed8dd152e5586d5fa6edcd
parent 4fea43ada0b29aa3252c95963382b0b04ce86420
Author: dankert <devnull@localhost>
Date:   Thu, 15 Oct 2009 19:22:20 +0200

Per default Timestamps in der lokalen Zeitzone speichern.

Diffstat:
config/date.ini.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/date.ini.php b/config/date.ini.php @@ -27,4 +27,6 @@ LONG = "F j, Y, g:i a" [database] ; whether to store a timestamp value in UTC (GMT) -utc = true +; 'true' means UTC +; 'false' means local time (default) +utc = false