Added notice about timezone.

So people know this bashrc sets timezone to Helsinkis timezone.
This commit is contained in:
Mika Suomalainen 2011-08-13 13:20:49 +03:00
parent 208beedb72
commit f9019c9afd
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -121,7 +121,7 @@ source ~/.bash_aliases
LC_ALL=C
export LC_ALL
# Sets correct timezone.
# Sets correct timezone. NOTICE: You will probably want to change this, unless you live in Finland.
export TZ="/usr/share/zoneinfo/Europe/Helsinki"
# GEOIP lookup, copied from the ultimate bashrc http://goo.gl/qGK5j