Set image date to be in UTC

This commit is contained in:
Fierelier 2022-08-25 10:37:54 +02:00
parent f7c13d8d92
commit b22a1924be

2
shell
View File

@ -5,7 +5,7 @@ export WDVN_VER="chimaera"
export WDVN_ARCH="i386"
export WDVN_KERNEL="linux-image-686"
export WDVN_DATE="$(date "+%Y.%m.%d-%H.%M.%S")"
export WDVN_DATE="$(date --utc "+%Y.%m.%d-%H.%M.%S")"
export WDVN_PID="$BASHPID"
export PATH="$(dirname "$(realpath -s "$BASH_SOURCE")")/path:$PATH"
export PS1="\[\033[0;35m\]\$WDVN_NAME-\${WDVN_ARCH}_\${WDVN_VER}_\$WDVN_DATE\[\033[0m\]:\[\033[0;37m\]\$(basename -- \$PWD)\[\033[0m\]> "