Index: library/xotcl/library/comm/Httpd.xotcl =================================================================== diff -u -r9a0b8bb0992be0561d8187c275fc1d9b7e0bbcd0 -rcfd89a8d725a1fb0134ec912dc24d807512243f3 --- library/xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision 9a0b8bb0992be0561d8187c275fc1d9b7e0bbcd0) +++ library/xotcl/library/comm/Httpd.xotcl (.../Httpd.xotcl) (revision cfd89a8d725a1fb0134ec912dc24d807512243f3) @@ -28,7 +28,7 @@ {redirects [list]} {workerTimeout 10000} } - Httpd proc Date seconds {clock format $seconds -format {%a, %d %b %Y %T %Z}} + Httpd proc Date seconds {clock format $seconds -format {%a, %d %b %Y %T GMT} -gmt true} Httpd instproc checkRoot {} { my instvar root set root [string trimright $root /]