diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-23 10:05:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-23 10:05:16 -0500 |
commit | 864e15cd1c596b2a9dbc610d3aa78b49a4f33355 (patch) | |
tree | 4f41dd3906b2fe00639d389c28b7193a53b5908a /changes | |
parent | e6828ea634966259a8f1bb92ef28d8b20b0dc0e4 (diff) | |
download | tor-864e15cd1c596b2a9dbc610d3aa78b49a4f33355.tar.gz tor-864e15cd1c596b2a9dbc610d3aa78b49a4f33355.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6113 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug6113 b/changes/bug6113 new file mode 100644 index 0000000000..436243df09 --- /dev/null +++ b/changes/bug6113 @@ -0,0 +1,3 @@ + o Trivial bugfixes: + - Fix log messages and comments to avoid saying "GMT" when we mean + "UTC". Fixes bug 6113. |