Skip to content
Snippets Groups Projects
Commit 20513356 authored by Tim Lauridsen's avatar Tim Lauridsen
Browse files

Added issued date to updateinfo

parent da1f9dc1
Branches
Tags
No related merge requests found
......@@ -333,6 +333,8 @@ class UpdateInfo:
# main fields
for field in UpdateInfo.UPDINFO_MAIN:
e[field] = getattr(adv, field)
dt = getattr(adv, 'updated')
e['updated'] = dt.isoformat(' ')
# references
refs = []
for ref in adv.references:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment