convert seconds to days

This commit is contained in:
m0duspwnens
2021-07-12 11:12:28 -04:00
parent 619022ef7f
commit c4ff8f6876

View File

@@ -82,9 +82,15 @@
], ],
"type": "field" "type": "field"
}, },
{
"params": [
"/86400"
],
"type": "math"
}
{ {
"params": [], "params": [],
"type": "mean" "type": "last"
} }
] ]
], ],