From 24650a1909022a24959489f1508fd877ce6db576 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 24 Oct 2010 09:50:36 +0200 Subject: use gmdate in installer --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 98b729a4d..e555d3f54 100644 --- a/install.php +++ b/install.php @@ -295,7 +295,7 @@ function store_data($d){ $d['policy'] = (int) $d['policy']; // create local.php - $now = date('r'); + $now = gmdate('r'); $output = <<