date(yyyy-MM-ddTHH:mm:ss-HH:mm) values cannot be parsed

When using Dataview, using date() on a standard ISO 8601 date value (i.e., ‘2024-01-01T17:21:18-05:00’) still parses to null.

moved to help. please read the instructions before posting.

What exactly did you try to do? Doing the line below worked just fine for me.

`= date("2024-01-01T17:21:18-05:00") `

Apparently my bad; I was using “»” as a separator and apparently those spaces are important in the query. I fixed by removing the spaces in the data. :slight_smile: