Allow Timestamp in dontScanBefore

Now storing UTC timestamp in the dontScanBefore field.
This commit is contained in:
Corey Ogburn
2026-08-31 16:11:29 -06:00
parent b9ba7df80c
commit bce6b0c1fe
+2 -2
View File
@@ -855,8 +855,8 @@ soc:
forcedType: bool
dontScanBefore:
description: A date specifying how far back to scan for memories. Must be in YYYY-MM-DD format.
regex: "^(\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\d|3[01])|(0[469]|11)-(0[1-9]|[12]\d|30)|02-(0[1-9]|[12]\d)))?$"
regexFailureMessage: Expecting date in YYYY-MM-DD format
regex: "^(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z)?$"
regexFailureMessage: Expecting date in RFC3339 format (2026-08-31T22:05:48Z)
global: True
advanced: True
memoryScanIntervalSeconds: