mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 15:10:23 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blacklist.py | ||
| csvlog.py | ||
| customxml.py | ||
| dot.py | ||
| gml.py | ||
| graph.py | ||
| gxml.py | ||
| html.py | ||
| none.py | ||
| sitemapxml.py | ||
| sql.py | ||
| text.py | ||
| xmllog.py | ||