mirror of
https://github.com/nextcloud/server.git
synced 2026-04-10 19:47:30 -04:00
4 lines
No EOL
145 B
JavaScript
4 lines
No EOL
145 B
JavaScript
$(document).ready(function () {
|
|
var visitortimezone = (-new Date().getTimezoneOffset() / 60);
|
|
$('#timezone-offset').val(visitortimezone);
|
|
}); |