user@system: ~/scripts/clock.js
/*
* Inicializando el script de tiempo local...
*/
const
timeZone
=
Intl
.
DateTimeFormat
().
resolvedOptions
().
timeZone
;
let
zonaDetectada
=
"
Detectando...
"
;
function
getCurrentTime
() {
return
new
Date
().
toLocaleTimeString
();
}
>
00:00:00
_
console
.
log
(
"OK... cheke.io"
);