setlocale

How do I strftime a date object in a different locale?

How do I strftime a date object in a different locale? Question: I have a date object in python and I need to generate a time stamp in the C locale for a legacy system, using the %a (weekday) and %b (month) codes. However I do not wish to change the application’s locale, since other …

Total answers: 3