Open zephyrleaves opened 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')} .
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')} .
created: ${dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss')}
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')}
.