Disclaimer:
This worked for me I cannot provide any guarantee whatsoever it will work for you.
Editing the script provided by
entermediadb.org could make the script throw errors and not work.
For this How-to I am using Linux and the nano text editor in a bash terminal.
By default the script sets the timezone for the container as New York
So you need to follow these steps before running the entermedia-docker.sh script (unless you are located in the New York timezone).
Download the script
Edit the script using nano
$ nano entermedia-docker.sh
Alt+Shift+3 to turn on line numbers
Scroll to line 137
Look for
..
-e TZ="America/New_York" \
..
Edit "America/New_York" to match your timezone in the TZ format
Example: I edited line 137 to use the Los Angeles timezone
..
-e TZ="America/Los_Angeles" \
..
Ctrl+X To Exit
Save modified buffer? (Answering "No" will DISCARD changes.)
Y to save
File Name to Write: entermedia-docker.sh
Press enter key