This a simple application written in plain go which allows you to get current time on a specific timezone:
docker run -p 8080:8080 -d mr14mr/timezone-app:latest
curl http://localhost:8080/Europe/Moscow
You can specify any valid timezone listed here. Input is case sensitive
Docker image uses two stages in order to get resulting image with the smaller size.