Fix: use local timezone

This commit is contained in:
kayos@tcp.direct 2023-08-22 11:08:59 -07:00
parent 276a66c92d
commit ee8b565283
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -12,7 +12,7 @@ LAST=""
LAST_TIME=""
function _t() {
echo -e "\e[90m[$(date -u +'%H:%M:%S')]${RESET}"
echo -e "\e[90m[$(date +'%H:%M:%S')]${RESET}"
}
function cln() {
# shellcheck disable=SC2001