changeset 1220:585e06d319d2

Bug #1620: Defaults to Europe/London timezone.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 23 Feb 2016 16:57:06 +0000
parents b62b545b78f4
children 310b4640b93d
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);