linkchecker/linkcheck/logger
Alper Kokmen 4b3e78cac0 Fix ISO formatting for modified datetime.
This change will make sure that format_modified returns datetime value
in ISO 8601 format. See W3C documentation at
http://www.w3.org/TR/NOTE-datetime.

Since ```modified``` is parsed and then converted to UTC after it's
extracted from HTTP response, it's safe to assume that format_modified
will always format UTC datetime values.

Instead of ```isoformat``` method which omits timezone information for
UTC values, ```strftime``` with a specific format (that ends with Z)
will be used.
2013-09-02 15:38:54 -07:00
..
__init__.py Fix ISO formatting for modified datetime. 2013-09-02 15:38:54 -07:00
blacklist.py Updated copyright. 2012-11-07 18:08:44 +01:00
csvlog.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
customxml.py Fix tests. 2012-09-19 11:05:26 +02:00
dot.py Updated copyright. 2012-09-17 16:09:55 +02:00
gml.py Updated copyright. 2011-04-12 09:13:39 +02:00
graph.py Use URL name if title is empty. 2012-10-09 21:04:54 +02:00
gxml.py Updated copyright. 2012-09-19 09:17:25 +02:00
html.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
none.py Add copyright and missing docs. 2012-06-20 00:30:52 +02:00
sitemapxml.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
sql.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
text.py Do not check duplicate URLs. 2012-11-06 21:34:22 +01:00
xmllog.py Updated copyright 2011-03-13 07:52:18 +01:00