home
/
code
/
khome.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Remove riot-web snap pkg
[khome.git]
/
home
/
bin
/
time-in-zones
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#! /bin/bash
2
3
set -e
4
5
ZONES='US/Eastern Europe/Rome Poland NZ'
6
7
for tz in $ZONES
8
do
9
printf '%s ' "$tz"
10
TZ="$tz" date '+%a %b %d %H:%M:%S'
11
done \
12
| column -t
This page took
0.027458 seconds
and
4
git commands to generate.