|
Locale-Sensitive JavaScript MethodInternationalization (I18n) Method OverviewThis method converts a date object to a string, using UTC Time Zone. UTC stands for Universal Coordinated Time and is the primary time standard for the world;
it can be used interchangeably with Greenwich Mean Time (GMT), though UTC supersedes GMT. While the format of the date string is browser dependent, it will use U.S. English. Click here (w3schools) and here (MDN) for additional method details. I18n Issues
Suggested ReplacementTo format dates, times and numbers based on locale and a specified time zone, call one of the following methods:
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.
|