Time formatting not working properly for languages that has different value apart from AM and PM for meridiem.
Ex:
Japanese Language:
Current:
dayjs('9:00 午後', 'h:mm A', 'ja').format('h:mm A') - 9:00 午前 (Wrong)
The value should be like below.
dayjs('9:00 午後', 'h:mm A', 'ja').format('h:mm A') - 9:00 午後 (Correct)
Information
Day.js Version: 1.11.9,
OS: MacOs