From the CQL spec:
"For Date values, the quantity unit must be one of: years, months, weeks, or days."
Adding anything besides these units, e.g. an hour should result in an exception.
During the May 2026 Connectathon, we agreed that this should only be possible with using a dateTime explicitly.
From the CQL spec:
"For Date values, the quantity unit must be one of: years, months, weeks, or days."
Adding anything besides these units, e.g. an hour should result in an exception.
During the May 2026 Connectathon, we agreed that this should only be possible with using a dateTime explicitly.