LiamRiddell / obsidian-solve

An unobtrusive Obsidian plugin that quietly processes equations and patterns in real time
MIT License
76 stars 0 forks source link

[Bug] Typo in the default date #36

Closed eb2ai closed 11 months ago

eb2ai commented 11 months ago

Describe the bug The default date output is YYYY-MM-DDTHH:mm:ssZ I don't think you want that T in there. image

LiamRiddell commented 11 months ago

@eb2ai Great spot, I'll get that sorted.

LiamRiddell commented 11 months ago

@eb2ai Upon further review, this is actually correct. A snippet from documentation defaultFormat is the ISO8601 format YYYY-MM-DDTHH:mm:ssZ

eb2ai commented 11 months ago

My bad. Thanks

LiamRiddell commented 11 months ago

All good!