|
Locale-Sensitive Perl Method
Internationalization (I18n) Method Overview
The See perl's POSIX function documentation and perllocale for additional details. I18n IssuesSince most format specifiers that strftime takes are not locale sensitive, care must be taken with this function. Avoid using non locale sensitive format specifiers when generating date/time strings to be displayed to users. Suggested Replacement
Use the specifiers Globalyzer will detect this function 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.
|