# Time zone information.
#

# Directory containing 
# zone information files.
ZONE_INFO_DIR="/usr/share/zoneinfo"

# Scheme you would like 
# to use in your system.
ZONE_INFO_SCHEME="posix"

# Area (sometimes may be empty)
ZONE_INFO_AREA="Europe"

# Name of the time zone 
# for your system.
TIME_ZONE="Warsaw"

# This must be last line !
# vi:syntax=sh:tw=78:ts=8:sw=4
