Using the Unique note creator to make notes following this file name format: YYYYMMDDTHHmmss.md
And with this file template to add ISO 8601 time frontmatter:
---
date: {{date:YYYYMMDD}}T{{time:HHmmss}}
---
Obsidian has added a Properties time type, but Obsidian does not currently recognize all valid forms of ISO 8601 date time strings and will report a type mismatch:
Proposed solution
The time property should fully support and follow ISO 8601.
Wouldn’t it be simpler to just add support for ISO8601? It’s really a boolean - has support for the standard or not, which includes timezones and basic/extended format.
To support ISO 8601 basic format (the one without : ) open a specific feature request.
Sorry, I’m confused and don’t want to create another bug/FR unless necessary. This is a specific feature request for ISO 8601 in Properties, regardless of the specific string format used, and not a request for partial ISO 8601 standard support.
Additional ISO 8601 information from Wikipedia:
As of ISO 8601-1:2019, the basic format is T[hh][mm][ss] and the extended format is T[hh]:[mm]:[ss].
So a time might appear as either “T134730” in the basic format or “T13:47:30” in the extended format.
If no UTC relation information is given with a time representation, the time is assumed to be in local time.