venus
venus copied to clipboard
load system locale
The "locale" variable was removed from configuration file format. However the system locale is not used.
Steps to reproduce:
LANG=cs_CZ.utf-8 ./planet.py ./config.ini LANG=en_US.utf-8 ./planet.py ./config.ini
This patch should add default locale to time.strftime(format[, t]) call.