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