You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason why the "day before yesterday" is not working: the code is using "en-US" for date formatting. But it's not there (Unicode has no "en-US", but "en").
Need more investgation because:
"en-US" is not in locale database and it is correct, it should be "en" instead
Did we or should we normalize "en-US" to "en"?
When a locale is not found, there should be a fallback mechanism and not error out
Someone using "xx-ZZ" locale should fallback to "en"
[Bug]
The text was updated successfully, but these errors were encountered:
Background
Charlie reported the timestamp will throw error on render.
Action items
Investigation notes
Seems introduced in Web Chat 4.8.1 in PR #3095.
The reason why the "day before yesterday" is not working: the code is using "en-US" for date formatting. But it's not there (Unicode has no "en-US", but "en").
Need more investgation because:
[Bug]
The text was updated successfully, but these errors were encountered: