Isaac Cambron
Isaac Cambron
But it's not semantically distinct, which is actually the bug you've filed here! The bug here is "I expect the short name of March in Japanese to be '3月'". If...
zh-HK in Chrome actually has it as part of the month if you provide only month in the input: ```js new Intl.DateTimeFormat("zh-HK", { month: "long" }).formatToParts() //=> [{type: "month", value:...
What I'm suggesting is that for `months`, we are in the clear to do just that.
I'll take a look at this one soon
Looks good, merged. Thanks for the contribution. I will release this soon.
Hmm, do the objects you construct this way actually work? I'm sort of guessing you'll get errors using them because e.g. `values` is not defined...
Looks like it was removed here: https://github.com/simrat39/rust-tools.nvim/commit/e4173f405290b75aaf755b0685f052c120bebeae
We get a ton of reports about old timezones with this problem. Unfortunately, JS just doesn't have an API for returning the offset in seconds, and it makes it impossible...
Looks like a bug to me. PR requested