K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2015-10-26T20:26:04.480805Z
K 7
svn:log
V 655
Use -0000 instead of +0000 as the time zone in generated headers not at Universal Time

nnrpd now uses -0000 as the time zone for Date: and Injection-Date:
header fields it generates.  It was previously using +0000, wrongly
systematically indicating a local time zone at Universal Time when
the localtime paramater is set to false (which is the default) in
readers.conf.  The +0000 time zone will now be used only if localtime
is set to true and UTC is really the local time zone of the server.

Improve the documentation of readers.conf, mentioning a use case for
the localtime parameter.  Thanks to Russ for it.

convdate now similarly also uses -0000.

END
