From: Mike G. v. a. <we...@ma...> - 2008-07-14 22:00:01
|
Log Message: ----------- Added a link to a collection of TimeZone files so that you can determine the names for timezones outside the continental US (or more complicated time zones inside the US) Tags: ---- rel-2-4-patches Modified Files: -------------- webwork2/lib/WeBWorK: Constants.pm Revision Data ------------- Index: Constants.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/Constants.pm,v retrieving revision 1.52.4.3.2.1 retrieving revision 1.52.4.3.2.2 diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.52.4.3.2.1 -r1.52.4.3.2.2 --- lib/WeBWorK/Constants.pm +++ lib/WeBWorK/Constants.pm @@ -144,7 +144,7 @@ type => 'number'}, { var => 'siteDefaults{timezone}', doc => 'Timezone for the course', - doc2 => 'Some servers handle courses taking place in different timezones. If this course is not showing the correct timezone, enter the correct value here. The format consists of unix times, such as "America/Chicago", "America/Phoenix", "America/Los_Angeles", "America/New_York", or "America/Denver".', + doc2 => 'Some servers handle courses taking place in different timezones. If this course is not showing the correct timezone, enter the correct value here. The format consists of unix times, such as "America/New_York","America/Chicago", "America/Denver", "America/Phoenix" or "America/Los_Angeles". Complete list: <a href="http://cpan.uwinnipeg.ca/dist/DateTime-TimeZone">TimeZoneFiles</a>', type => 'text'},], ['Permissions', { var => 'permissionLevels{login}', |