#/*~!timezone*/
# * Name:  timezone Part No.: _______-____r
# *
# * Copyright 1990 - J B Systems, Morrison, CO
# *
# * The recipient of this product specifically agrees not to distribute,
# * disclose, or disseminate in any way, to any one, nor use for its own
# * benefit, or the benefit of others, any information contained  herein
# * without the expressed written consent of J B Systems.
# *
# *                     RESTRICTED RIGHTS LEGEND
# *
# * Use, duplication, or disclosure by the Government is  subject  to
# * restriction  as  set forth in paragraph (b) (3) (B) of the Rights
# * in Technical Data and Computer Software  Clause  in  DAR  7-104.9
# * (a).
# */

#ident	"@(#)nblib:timezone	1.0"

#	Set timezone environment to default for this machine
#	This file must be copied to the system directory
#
#	Set TZ to timezone in effect at your site
#	This file is read by getenv.  See getenv.m.

#	If daylight savings time is not in effect in your
#	area, set TZ to something like TZ=PST8 to not
#	invoke daylight savings time.

TZ=EST5EDT

#TZ=EST5EDT
#TZ=CST6CDT
#TZ=MST7MDT
#TZ=PST8PDT
