[common] allow general ISO 8601 values for 'date-min' & '-max'

and parse them as UTC times instead of local time
This commit is contained in:
Mike Fährmann
2025-11-09 21:33:11 +01:00
parent 3942e6ddc0
commit 89ece8f900
4 changed files with 91 additions and 8 deletions

View File

@@ -681,7 +681,7 @@
"embeds" : true,
"date-min" : 0,
"date-max" : 253402210800,
"date-format" : "%Y-%m-%dT%H:%M:%S",
"date-format" : null,
"id-min" : null,
"id-max" : null,
"limit" : null,