ozntel / file-tree-alternative

This Obsidian Plugin allows users to have a different file explorer experience.
460 stars 32 forks source link

[BUG] The created time in YAML is not 24h when create a note. #178

Open zephyrleaves opened 1 year ago

zephyrleaves commented 1 year ago

The code in https://github.com/ozntel/file-tree-alternative/blob/82cf989eb4ae5aaf2bb7874f254ecd705880a2a0/src/utils/Utils.ts#L144C25-L144C25 is created: ${dayjs(new Date()).format('YYYY-MM-DD hh:mm:ss')} .

I think it should be created: ${dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss')} .