diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index bff482801..958d7df86 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -134,7 +134,7 @@ var today = moment.utc().utcOffset(offset).format("HH:mm:ss"); $("#relogio").text(today) var t = setTimeout(function(){ - startTime() + startTime(offset) }, 500); } @@ -194,6 +194,8 @@ var offset = parseFloat({{ utc_offset }}); + console.log(moment.utc().utcOffset(offset).format("HH:mm:ss")); + startTime(offset); var audioAlertFinish = document.getElementById("audio");