On 17/07/14 17:32, Amos Shapira wrote:
> Which distribution is it? The method to set system timezone depends on the
> answer to this question.
>
> And BTW - what you are asking about is setting the time ZONE. Setting the
> correct time is usually a matter left to NTP.
>
>
>
> On 17 July 2014 10:51, David Lyon <david.lyon.preissh...@gmail.com> wrote:
>
>> I'm trying to get the correct datestamp in a logfile for Raspberry-Pi for a
>> server task.
>>
>> The task runs under supervisord with root permissions.
>>
>> I modified /root/.profile and added TZ='Australia/Sydney'; export TZ
>>
>> However, in Python, the logging/task doesn't see dates with the correct
>> timezone delta added.
>>
>> How can I get this to work?

/root/.profile is only going to be read for root login shells, like sudo
-i or su -
you can set environment variables in supervisord config which will just
affect
the supervised program, or set it system wide which amos is going tell
you how

you'll have to check the docs, but I believe in your [program:x] section
you add
environment=TZ="Australia/Sydney"
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to