|
Locale-Sensitive JavaScript MethodInternationalization (I18n) Method OverviewThe Click here (w3schools) and here (MDN) for additional details. I18n IssuesWhether or not calling
Suggested ReplacementTo address the i18n issue, make sure that when displaying the date, call one of the locale-sensitive date methods, which support setting the
time zone as well as using the locale to format the date/time: Globalyzer will detect this method and report it as an i18n issue. If you have determined that the call is being handled correctly, you can use Globalyzer's Ignore Comment functionality to ensure that it isn't picked up in a subsequent scan.
|