Small date fix

This commit is contained in:
Matteo Gheza 2021-03-02 00:02:38 +01:00
parent 0389e77c81
commit b0e251507c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ if(installServiceWorker){
$( document ).ready(function() {
if($("#frontend_version") !== undefined){
$("#frontend_version").append(process.env.GIT_VERSION+" aggiornamento "+new Date(process.env.BUNDLE_DATE).toISOString());
$("#frontend_version").append(process.env.GIT_VERSION+" aggiornamento "+new Date(process.env.BUNDLE_DATE).toLocaleString());
}
});