fix arrow to timezone typo

This commit is contained in:
erictsaivfx 2024-01-02 09:31:10 -08:00
parent 7200cf64b4
commit bea3c78079

View file

@ -606,7 +606,7 @@ class PublishWorkfilesModel:
print("Failed to format workfile path: {}".format(exc))
dirpath, filename = os.path.split(workfile_path)
created_at = arrow.get(repre_entity["createdAt"].to("local"))
created_at = arrow.get(repre_entity["createdAt"]).to("local")
return FileItem(
dirpath,
filename,