Code: Select all
dm:2026-02-10T00:00:00..2026-02-10T23:59:59However, if you use the '/' date separator (instead of '-')
Code: Select all
dm:2026/02/10T00:00:00..2026/02/10T23:59:59Including milliseconds (.sss) allows either date separator to work as it explicitly isolates the '..' range-operator.
For the sake of argument, I am aware that there are many ways of "working around" this issue (removing the times entirely or removing the :ss suffix, or adding .sss, etc), however, the original discrepancy of the two different date separators vs the range-operator (without milliseconds) remains.
Bug, or just a shout-out against living pedantically?