diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index 4ad8795de..2dd97e399 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -413,7 +413,7 @@ "title": "Date Created", "type": "date", "columnWidth": 120, - "format": {"type": "date", "args": ["%a, %b %e, %Y"]}, + "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, "sort": true }, { @@ -421,6 +421,7 @@ "title": "Last Modified", "type": "date", "columnWidth": 90, + "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, "sort": true }, { @@ -436,6 +437,7 @@ "title": "Times Accessed", "type": "integer", "columnWidth": 60, + "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, "sort": true }, { @@ -681,4 +683,4 @@ "previewRatio": 1.3333333333, "resolutions": [480, 240, 96] } -} \ No newline at end of file +}