awslabs / automated-security-helper

https://awslabs.github.io/automated-security-helper/
Apache License 2.0
372 stars 44 forks source link

Why is the Europe/London time zone set in some of the helper Dockerfiles? #15

Closed tlindsay42 closed 3 months ago

tlindsay42 commented 1 year ago

The Europe/London time zone is not the same thing as UTC. Is there a reason for configuring the time zone in the following examples?

Examples

https://github.com/aws-samples/automated-security-helper/blob/7e2ecd8c033115daabdf9f1c246e976cae8ebc99/helper_dockerfiles/Dockerfile-cdk#L5-L6

https://github.com/aws-samples/automated-security-helper/blob/7e2ecd8c033115daabdf9f1c246e976cae8ebc99/helper_dockerfiles/Dockerfile-yaml#L5-L6

awsntheule commented 3 months ago

The project is moving from a multi-container architecture to a single container, which will be set to UTC. Since those Dockerfiles will be deprecated we will not be changing this.