Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.53k stars 1.25k forks source link

Locale & Date python with Supervisord #1633

Open Allread opened 8 months ago

Allread commented 8 months ago

I use Supervisor to run a Python program. So far, so good, it works. Except that, this gives me a date in EN instead of FR I tried variables, local ones but I don't see how to do it.

Please note that via SystemCTL, I have my date in FR with the same bot.

On my code Python : image

Results : in EN image

WKoster commented 1 week ago

I think we experience the same problem. Did you get it working? (if so how...)