Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the TZ env #2

Closed
delmicio opened this issue Jun 30, 2017 · 2 comments
Closed

Using the TZ env #2

delmicio opened this issue Jun 30, 2017 · 2 comments

Comments

@delmicio
Copy link

Hi,

How can I change the system timezone?

I've tried...

FROM pluie/alpine-apache-fpm

RUN cd /usr/local/bin \
    && curl -sS https://getcomposer.org/installer | php -- --filename=composer \
    && chmod +x composer \
    && rm -rf /var/cache/apk/*

ENV TZ=America/Argentina/Cordoba

But It remains Europe/Paris

@a-sansara
Copy link
Member

Hi delmicio,

thks for your interest.
i will investigate and give you a response this night or tomorrow night

@a-sansara
Copy link
Member

Hi delmicio,

i release version 1.6 (also latest), wich fix the TZ inheritance between pluie containers.
so TZ must be change now to your defined value, in system & php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants