From 5f425b694bb1a68a083f6f77c1a486d96fee3586 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Mon, 17 Feb 2014 21:08:38 +1100 Subject: [PATCH] bin/dates: reordered and added Ho Chi Minh --- bin/dates | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/dates b/bin/dates index dfc2601..f345356 100755 --- a/bin/dates +++ b/bin/dates @@ -1,12 +1,13 @@ #!/bin/bash list=" +America/Los_Angeles +America/Chicago +Europe/London UTC -Australia/Sydney +Asia/Ho_Chi_Minh Australia/Perth -Europe/London -America/Chicago -America/Los_Angeles +Australia/Sydney " for tz in $list; do -- 2.39.2