localize_time.py

     This archive contains the small localize_time.py module which can be easily used from other programs. The origin of this file was the need to print files' timestamps in different languages, something which was achieved by external unflexible scripts which ran only under unix and which required correct locale configurations.

     This small script avoids the need of such external tools and can be integrated easily in another Python program. Contains all the necessary documentation.