In comments and logs, say "UTC" not "GMT"

Fix for #6113.

Note that the RFC1123 times we generate still all say 'GMT'.  I'm
going to suggest this is not worth changing.
This commit is contained in:
Nick Mathewson
2012-11-23 10:05:16 -05:00
parent e6828ea634
commit 864e15cd1c
7 changed files with 16 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
o Trivial bugfixes:
- Fix log messages and comments to avoid saying "GMT" when we mean
"UTC". Fixes bug 6113.