From e472912716465c013d7eccb9e295681b35e3bc19 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Fri, 30 Oct 2015 11:24:48 -0700 Subject: [PATCH] Adding a timezone alias --- bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_aliases b/bash_aliases index d37c633..008b7db 100644 --- a/bash_aliases +++ b/bash_aliases @@ -27,6 +27,7 @@ alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date alias now='date +%T' alias nowtime=now alias nowdate='date +%m-%d-%Y' +alias timezone='date +"%Z (GMT %:z)"' # Get week number alias week='date +%V' -- GitLab