jjethwa / rundeck

GNU General Public License v3.0
123 stars 137 forks source link

Timezone configuration #100

Closed happicamper closed 6 years ago

happicamper commented 6 years ago

Hello again! Just wondering how can I adjust the docker timezone?
I've already mounted my service with this config:
--mount type=bind,source=/etc/localtime,destination=/etc/localtime:ro
My timezone is Asia/Manila or UTC+8 but still displays UTC timezone.
Any help is appreciated.

jjethwa commented 6 years ago

Hi @happicamper

I haven't needed to do this, but maybe try adding

-e TZ=Asia/Manila
happicamper commented 6 years ago

@jjethwa I think my code above doesn't work for Rundeck. Anyway, that solves my problem! :clinking_glasses:

jjethwa commented 6 years ago

Great news 😃