Internationalization and localization tools


Locale-Sensitive Python Method

strptime(date_string,format)

Internationalization (I18n) Method Overview

The datetime and time objects all have strptime method that returns a datetime object based on the given string and format.

Click here for more information.

I18n Issues

The date, datetime and time strptime methods follow the locale.LC_Time formatting conventions. Be sure to have set the locale correctly.

Please see Times and Dates for more information.

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.

Locale-Sensitive Python Methods

Lingoport internationalization and localization services and software