#!/usr/bin/env perl
#=--#-============================= the SITE of TIMING
    #                             - this file best read whilst 
#--=#-============================- =---------------------------------------=--=
package CGI::Madarch;                                   use strict; use warnings;
                                                       use our_package_contents;

=head1 NAME

=cut

#                             ::
#\:::::::::::::::::::::::::::::: the FORGING ::::::::::::::::::::::::::::::::::
#                              :                                              :
=head2 forge_site_time_settings

We apply our time-defaults--of time-zone, and such--to this session.

=head3 details

We offer UTC -8:00 for default time-zone; if you do not, indeed, reside in the
filth-bestrewn venality of Los Angeles Proper, or other riddled coastal hovel,
we allow you alter the default.

=cut
sub forge_site_time_settings() {
   $ENV{TZ} = 'PST+8PDT';
}

#                             ::
#\:::::::::::::::::::::::::::::: the MAIN :::::::::::::::::::::::::::::::::::::
#                              :                                              :
forge_site_time_settings;

  1
__END__

=head1 COPYRIGHT AND LICENSE

 The information below applies to everything in this distribution,
 except where noted.
 
 Copyright 1980-2005 by B.W.Curry.
 
   http://bcurry.gomen.org
 
 This file is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.

 This file is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this file; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

=head1 SEE ALSO

 links -g bcurry.gomen.org &

=head1 AUTHOR

 bcurry at freeshell dot org

=cut
