iamkun

Results 196 comments of iamkun

Yes, Day.js do not read the user's locale, `en` locale by default, while you can change to some other one.

Yes, maybe we could support it via another plugin. However, ATM, you have to set the correct locale by yourself.

LocalizedFormat plugin is based on the locale you passed in

Any reason for doing this, please?

Thanks. If we want to properly parse `dayjs.tz(1690278073, 'X')` from timestamp to date, maybe updating the logic in the costomParseFormat plugin is better? Not to hard code the logic in...

Thanks. But I don't think `''` is a valid date in js.

Alright, I do think adding a custom plugin to parse `''` is a better choice. Cause if we accept this PR, it will also affect a lot of projects that...

Thanks. It is odd that the PR sent from your account could not trigger the CI. But the rest looks fine.