mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
commit
1ebeb11bc1
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def parse_json_export(json_file):
|
||||||
|
|
||||||
json_file.seek(0)
|
json_file.seek(0)
|
||||||
links = json.load(json_file)
|
links = json.load(json_file)
|
||||||
json_date = lambda s: datetime.strptime(s, '%Y-%m-%dT%H:%M:%S%z')
|
json_date = lambda s: datetime.strptime(s, '%Y-%m-%dT%H:%M:%SZ')
|
||||||
|
|
||||||
for link in links:
|
for link in links:
|
||||||
# example line
|
# example line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue