//send the clients time zone to the server $(document).ready(function() { var visitortimezone = (-new Date().getTimezoneOffset()/60); $.ajax({ type: "GET", url: OC.filePath('files', 'ajax', 'timezone.php'), data: 'time='+ visitortimezone, success: function(){ location.reload(); } }); });h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/DESIGN.md
blob: 7c12d0e975244b2f23a8f1b293878b616d22f196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24