ArchiveBox/archivebox
t-mw 78bc52abf2
Fix json export date parsing
The format string for `datetime.strptime` did not match the example line in the comment below, since `%z` matches ["UTC offset in the form ±HHMM"](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior).
2019-05-18 22:32:09 +02:00
..
templates Add prefers-color-scheme: dark support 2019-05-14 23:54:17 +01:00
tests new test files 2019-02-04 20:04:03 -08:00
__init__.py rename pip dir archive to archivebox 2018-12-31 20:53:01 -05:00
archive.py only use stdin if it has a value 2019-04-30 17:25:41 -07:00
archive_methods.py escape all non-windows-friendly filenames 2019-04-10 22:46:20 -04:00
config.py hide compression detection failure during config setup 2019-03-30 20:31:28 -04:00
index.py move latest to derived data using history 2019-03-22 21:38:08 -04:00
links.py fix importerror of scheme 2019-03-30 15:04:43 -04:00
logs.py better stats collection and printing 2019-03-22 23:00:43 -04:00
parse.py Fix json export date parsing 2019-05-18 22:32:09 +02:00
purge.py Update purge script to match codebase cleanup 2019-04-02 13:13:07 +09:30
requirements.txt remove requests dependency 2019-01-09 04:05:34 -05:00
util.py fix missing comma in staticfile extensions list 2019-05-02 15:17:16 -04:00