On 22.06.07 22:40:44, Christopher Arndt wrote:
> Andreas Pakulat schrieb:
> > Wenn ja, wie kann ich mit strftime
> > ein Datum in einem nach der locale formatierten String ausgeben?
>
> import time
> import locale
> locale.setlocale(locale.LC_ALL, '')
> print time.strftime('%x %X')
Danke, das hatte ich uebersehen.
Andreas
--
Of course you have a purpose -- to find a purpose.