From 50938faf457ce19045db31cecc09457b366dee47 Mon Sep 17 00:00:00 2001 From: vielmetti Date: Mon, 13 Oct 2014 22:22:51 -0700 Subject: [PATCH] Created Time zone (markdown) --- Time-zone.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Time-zone.md diff --git a/Time-zone.md b/Time-zone.md new file mode 100644 index 0000000..2a845f1 --- /dev/null +++ b/Time-zone.md @@ -0,0 +1,7 @@ +The timezone by default on the server is UTC. + +If you want to make it so that your shell prints out dates in localtime for you, add this one line + +`export TZ="/usr/share/zoneinfo/US/Eastern"` + +to your `.bashrc` . \ No newline at end of file