d: use utc

This commit is contained in:
Motiejus Jakštys 2024-05-13 16:22:30 +03:00
parent b8397ef1e6
commit 1ec9ce3753
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ in {
};
initExtra = ''
t() { git rev-parse --show-toplevel; }
d() { date --date=@$(echo "$1" | sed -E 's/^[^0-9]*(.{10}).*/\1/') +"%F %T"; }
d() { date --utc --date=@$(echo "$1" | sed -E 's/^[^0-9]*(.{10}).*/\1/') +"%F %T"; }
source ${./gg.sh}
'';
};