changeset 2128:098aaf69bdbe

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 ff9269342c1e
children ef2ef224fd02
files save.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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);