beaussan / update-time-on-edit-obsidian

MIT License
165 stars 15 forks source link

Feature request: Replace the `T` with a space ` ` #2

Closed huyz closed 2 years ago

huyz commented 2 years ago

I think that replacing the T with a space is still valid RFC3339 https://datatracker.ietf.org/doc/html/rfc3339#section-5.6

So could you remove the T to make the output cleaner and more readable?

Thanks

beaussan commented 2 years ago

The library I currently use doesn't allow me to replace the T with a space.

I plan to add a setting to customize the format, so you will be able to do edit it

huyz commented 2 years ago

Maybe you could do a simple string replace on the output of the library function?

beaussan commented 2 years ago

Duplicate of #3