How do I get datetime.datetime.now() printed out in the native language?
>>> session.deathDate.strftime("%a, %d %b %Y")
'Fri, 12 Jun 2009'
I'd like to get the same result but in local language.
|
|
|
|
|
|
|
You can just set the locale like in this example:
|
||||||
|