diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-05 15:13:03 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-05 15:13:03 +0200 |
commit | d65f8bba73971e33a93e99d21ba791dec8056a28 (patch) | |
tree | c2d6c44d1a1b79849787ccc6d738c071e659421d /files/ajax/timezone.php | |
parent | bc0790381e9cf02545bf4b2945c70c246008671f (diff) | |
download | nextcloud-server-d65f8bba73971e33a93e99d21ba791dec8056a28.tar.gz nextcloud-server-d65f8bba73971e33a93e99d21ba791dec8056a28.zip |
try to adjust times to the clients timezone
Diffstat (limited to 'files/ajax/timezone.php')
-rw-r--r-- | files/ajax/timezone.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/ajax/timezone.php b/files/ajax/timezone.php new file mode 100644 index 00000000000..93d06611a0d --- /dev/null +++ b/files/ajax/timezone.php @@ -0,0 +1,4 @@ +<?php + session_start(); + $_SESSION['timezone'] = $_GET['time']; +?>
\ No newline at end of file |