[system] / trunk / webwork2 / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/global.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2856 Revision 2857
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK Online Homework Delivery System 3# WeBWorK Online Homework Delivery System
4# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ 4# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
5# $CVSHeader: webwork2/conf/global.conf.dist,v 1.105 2004/09/27 17:16:14 sh002i Exp $ 5# $CVSHeader: webwork2/conf/global.conf.dist,v 1.106 2004/09/29 21:38:00 sh002i Exp $
6# 6#
7# This program is free software; you can redistribute it and/or modify it under 7# This program is free software; you can redistribute it and/or modify it under
8# the terms of either: (a) the GNU General Public License as published by the 8# the terms of either: (a) the GNU General Public License as published by the
9# Free Software Foundation; either version 2, or (at your option) any later 9# Free Software Foundation; either version 2, or (at your option) any later
10# version, or (b) the "Artistic License" which comes with this package. 10# version, or (b) the "Artistic License" which comes with this package.
373 C => "Enrolled", 373 C => "Enrolled",
374 current => "Enrolled", 374 current => "Enrolled",
375 enrolled => "Enrolled", 375 enrolled => "Enrolled",
376}; 376};
377 377
378# Set the default timezone of courses on this server. This must be a value valid 378# Set the default timezone of courses on this server. To get a list of valid
379# for the TZ environment variable. See also tzset(3). 379# timezones, run:
380#
381# perl -MDateTime::TimeZone -e 'print join "\n", DateTime::TimeZone::all_names'
382#
383# To get a list of valid timezone "links" (deprecated names), run:
384#
385# perl -MDateTime::TimeZone -e 'print join "\n", DateTime::TimeZone::links'
380# 386#
381# If left blank, the system timezone will be used. This is usually what you 387# If left blank, the system timezone will be used. This is usually what you
382# want. You might want to set this if your server is NOT in the same timezone as 388# want. You might want to set this if your server is NOT in the same timezone as
383# your school. If just a few courses are in a different timezone, set this in 389# your school. If just a few courses are in a different timezone, set this in
384# course.conf for the affected courses instead. 390# course.conf for the affected courses instead.

Legend:
Removed from v.2856  
changed lines
  Added in v.2857

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9