Mercurial > p > roundup > code
diff CHANGES.txt @ 8018:67922fd17454
Fix incorrect timezone of -0000. Use GMT instead. Error found using redbot
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 01 Jun 2024 03:52:02 -0400 |
| parents | 53605535ddfc |
| children | 16cc72cd9c17 |
line wrap: on
line diff
--- a/CHANGES.txt Thu May 30 20:03:14 2024 -0400 +++ b/CHANGES.txt Sat Jun 01 03:52:02 2024 -0400 @@ -159,6 +159,8 @@ Rouillard) - report basename of filename when template file is invalid rather than reporting a TypeError. (John Rouillard) +- Make Last-Modified header use GMT not -0000 timezone. Fix error + reported by redbot testing. (John Rouillard) Features:
