From 32ac9b4ff5b0776a2080a137ad7a2a76b75379e6 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 1 Aug 2013 15:10:58 +0000 Subject: [PATCH] fix/update formatting of 'times accessed' --- pandora/config.0xdb.jsonc | 1 + pandora/config.indiancinema.jsonc | 1 + pandora/config.padma.jsonc | 1 + pandora/config.pandora.jsonc | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index a1db93f73..abc28422c 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -584,6 +584,7 @@ "type": "integer", "capability": "canSeeAccessed", "columnWidth": 60, + "format": {"type": "number", "args": []}, "sort": true }, { diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 474028b71..3bc2a9381 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -598,6 +598,7 @@ "type": "integer", "capability": "canSeeAccessed", "columnWidth": 60, + "format": {"type": "number", "args": []}, "sort": true }, { diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 8748d4414..3897b9586 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -477,6 +477,7 @@ "type": "integer", "capability": "canSeeAccessed", "columnWidth": 60, + "format": {"type": "number", "args": []}, "sort": true }, { diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 978e7cfb1..4d1b7e31c 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -411,7 +411,7 @@ "type": "integer", "capability": "canSeeAccessed", "columnWidth": 60, - "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, + "format": {"type": "number", "args": []}, "sort": true }, {