Created Time zone (markdown)

vielmetti
2014-10-13 22:22:51 -07:00
parent 81e60793f2
commit 50938faf45

7
Time-zone.md Normal file

@@ -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` .