diff --git a/app/static/index.html b/app/static/index.html
index 890c01e..fd8196b 100644
--- a/app/static/index.html
+++ b/app/static/index.html
@@ -2964,7 +2964,8 @@
} else {
return date.toLocaleTimeString('pt-BR', {
hour: '2-digit',
- minute: '2-digit'
+ minute: '2-digit',
+ timeZone: 'UTC'
});
}
}
@@ -3058,7 +3059,8 @@
} else {
return date.toLocaleTimeString('pt-BR', {
hour: '2-digit',
- minute: '2-digit'
+ minute: '2-digit',
+ timeZone: 'UTC'
});
}
}