Andrew Plummer

Results 217 comments of Andrew Plummer

I see... that's definitely rough. It seems to be a bug on the `DateTimeFormat` side though. However, my hope would be that Luxon would pass those through as is (using...

> I think the bug on the DateTimeFormat side is not including the symbol in the value portion. Well I'm not familiar with the spec or how it's supposed to...

I see... well the example you gave with `:` is interesting, and I think I can see your viewpoint here. However, I think the fundamental problem is that even though...

ok well that seems like a decent workaround... although I'm still not sure I understand what's wrong with taking the literal as well... when it comes to `formatToParts` what's an...

Ah ok I see now... I might be a little while getting around to a PR but I'll try!

Confirmed on MacOS as well: ``` luxon.Info.months('short', { locale: 'ja-JP' }) > (12) ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'] ``` Using: ``` ```

Just encountered this as well. Doesn't seem to be a way to code around it as it happens internally.