Lisa Riggle
Lisa Riggle
@Thomo87 is right, the issue is in the DateFormatter. Specifically this part: ```javascript f=t(h,p.meridiem[0])?0:t(h,p.meridiem[1])?12:-1,s>=1&&12>=s&&f>-1?y.hour=s+f-1:s>=0&&23>=s&&(y.hour=s); ```` That snippet checks to see if am/pm is used, and if it is converts to...
I'm also seeing this issue, is there any timeline on when it will be addressed?
Same as #596
Thanks @Xymph !