Updated PhotoInfo.json to use isoformat for dates

This commit is contained in:
Rhet Turnbull
2019-12-25 20:04:21 -08:00
parent 2917bb78ff
commit 5fd02a5f74

View File

@@ -488,7 +488,7 @@ class PhotoInfo:
"uuid": self.uuid,
"filename": self.filename,
"original_filename": self.original_filename,
"date": str(self.date),
"date": self.date.isoformat(),
"description": self.description,
"title": self.title,
"keywords": self.keywords,