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 /src/or/confparse.h | |
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 'src/or/confparse.h')
-rw-r--r-- | src/or/confparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/confparse.h b/src/or/confparse.h index f33208eb54..20616be925 100644 --- a/src/or/confparse.h +++ b/src/or/confparse.h @@ -23,7 +23,7 @@ typedef enum config_type_t { CONFIG_TYPE_BOOL, /**< A boolean value, expressed as 0 or 1. */ CONFIG_TYPE_AUTOBOOL, /**< A boolean+auto value, expressed 0 for false, * 1 for true, and -1 for auto */ - CONFIG_TYPE_ISOTIME, /**< An ISO-formatted time relative to GMT. */ + CONFIG_TYPE_ISOTIME, /**< An ISO-formatted time relative to UTC. */ CONFIG_TYPE_CSV, /**< A list of strings, separated by commas and * optional whitespace. */ CONFIG_TYPE_LINELIST, /**< Uninterpreted config lines */ |