VEuPathDB / example-jaxrs-container-service

Demo of a containerized Raml & JaxRS based service project.
Apache License 2.0
0 stars 0 forks source link

Standardize TZ for services #9

Closed rbelnap closed 2 years ago

rbelnap commented 2 years ago

all services should run with the same timezone. The principle of least surprise dictates America/New_York to match server timezones.

ryanrdoherty commented 2 years ago

Need to add the following to all DockerFiles:

ENV TZ="America/New_York"
RUN date
Foxcapades commented 2 years ago

alpine provides a utility for this.