maven: Fix last update datetime
We need to avoid using naive datetime as this fails during conversion. Related to T3746 Related to P1280
This commit is contained in:
parent
d4e1e8212a
commit
7ff1390378
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ class MavenLister(Lister[MavenListerState, RepoPage]):
|
|||
lister_id=self.lister_obj.id,
|
||||
url=page["url"],
|
||||
visit_type=page["type"],
|
||||
last_update=last_update_dt,
|
||||
last_update=last_update_dt_tz,
|
||||
extra_loader_arguments={
|
||||
"artifacts": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue