Vadim Popa
Vadim Popa
I debugged the issue up to this: ``` function partsTimeZone(dtf, date) { var formatted = dtf.formatToParts(date); return formatted[formatted.length - 1].value; } ``` where it considers the timezone as the last...
This fails: ``` it('returns the short time zone name in the vi locale', function () { var locale = { code: 'vi' } var date = new Date('2014-10-25T13:46:20Z') var timeZone...
Hi Tobiu, I understand this framework has been influenced a lot by your past experience with Sencha and that you've taken an interesting approach with it. But as dev I...
Thanks guys for help. @clementdessoude in that repo works indeed, but it is old. The newer packages don't seem to work. @lisonge I've tried to build with the `es `...
Hi @ThomasTrone. 1. You need to change in matchDayPatterns too in `src/locale/nl/_lib/match/index.ts`, for `format` -> `parse` compatibility. Otherwise parse will return invalid date. 2. I think you need to rebase...
Looks good, just you forgot to update nl-BE one too ?
I think we just need to add strict parsing as option. Current behaviour of parsing most of the cases possible seems to me correct. If you look in Java parse...
@ZerdoX-x for me it works: ``` import('date-fns/locale/sv/index').then((locale)=>{}); ```
@leshakoss Is there any way to speed up reviewing and fixing the locale issues ? There are many issues raised on several locales due to format -> parse tokens. Issues...
@leshakoss all good now ?