Created Time zone (markdown)
parent
81e60793f2
commit
50938faf45
|
@ -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` .
|
Loading…
Reference in New Issue