diff save.php @ 1861:2334ab797100

Bug #1620: Defaults to Europe/London timezone.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 23 Feb 2016 16:57:06 +0000
parents 96b83aa64be3
children 310b4640b93d
line wrap: on
line diff
--- a/save.php	Tue Feb 23 16:27:39 2016 +0000
+++ b/save.php	Tue Feb 23 16:57:06 2016 +0000
@@ -1,4 +1,5 @@
 <?php
+    date_default_timezone_set("Europe/London");
 	header('Access-Control-Allow-Origin: *');
 	header("Content-type: text/xml");
 	error_reporting(0);