Skip to content

Commit 4a399ce

Browse files
authored
Update README.md
1 parent 6dab312 commit 4a399ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ A suggestion to automate email testing is to run a [Mailcatcher instance in Dock
9797

9898
This project is meant to allow your tests to run anywhere. Sometimes that can be in a different timezone than your local or the location under test. To help with that this library includes the [DateTimeTZ Library](https://testautomation.github.io/DateTimeTZ/doc/DateTimeTZ.html)
9999

100-
To set the timezone used inside the docker image, you can set env variable TZ
100+
To set the timezone used inside the Docker image, you can set the `TZ` environment variable:
101101

102102
docker run \
103103
-e TZ=America/New_York \

0 commit comments

Comments
 (0)