From: Arnie P. v. a. <we...@ma...> - 2010-05-14 21:54:03
|
Log Message: ----------- Add FortLewis macros to macrosPath. Explain setting a specific timezone Modified Files: -------------- webwork2/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v retrieving revision 1.222 retrieving revision 1.223 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.222 -r1.223 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -559,8 +559,9 @@ # # perl -MDateTime::TimeZone -e 'print join "\n", DateTime::TimeZone::links' # -# If left blank, the system timezone will be used. This is usually what you -# want. You might want to set this if your server is NOT in the same timezone as +# If left blank, the system timezone is supposed to be used. This is usually what you +# want. However, people have had trouble with this so it's best to set your timezone here. +# You might want to set this if your server is NOT in the same timezone as # your school. If just a few courses are in a different timezone, set this in # course.conf for the affected courses instead. # @@ -871,6 +872,7 @@ "$courseDirs{templates}/Library/macros/HughesHallett", "$courseDirs{templates}/Library/macros/Michigan", "$courseDirs{templates}/Library/macros/CollegeOfIdaho", + "$courseDirs{templates}/Library/macros/FortLewis", "$courseDirs{templates}/Library/macros/TCNJ", "$courseDirs{templates}/Library/macros/NAU", "$courseDirs{templates}/Library/macros/Dartmouth", |