venus icon indicating copy to clipboard operation
venus copied to clipboard

load system locale

Open jmlich opened this issue 9 years ago • 0 comments

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.

jmlich avatar Mar 05 '15 12:03 jmlich