aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 22f3769b1..5aae52c16 100644
--- a/install.php
+++ b/install.php
@@ -378,7 +378,7 @@ function store_data($d)
$d['policy'] = (int)$d['policy'];
// create local.php
- $now = gmdate('r');
+ $now = date('r');
$output = <<<EOT
<?php
/**