home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Update dunstrc for post-upscaling starts
[khome.git]
/
home
/
bin
/
time-in-zones
1
#! /bin/bash
2
3
set -e
4
5
declare -a
ZONES
=(
6
UTC
7
US
/
Pacific
8
US
/
Eastern
9
Europe
/
Warsaw
10
Europe
/
Samara
11
Asia
/
Manila
12
NZ
13
)
14
15
for
tz
in
${ZONES[*]}
16
do
17
printf
'%s '
"
$tz
"
18
TZ
=
"
$tz
"
date
'+%a %b %d %H:%M:%S'
19
done
\
20
|
column
-t
This page took
0.067335 seconds
and
4
git commands to generate.