Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: configurable timezone for docker in time server #640

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

S1M0N38
Copy link

@S1M0N38 S1M0N38 commented Feb 19, 2025

Fixes #639

Add support for configurable timezone in Docker for time server.

  • Update src/time/Dockerfile to include LOCAL_TIMEZONE environment variable.
  • Set default timezone to "UTC" in src/time/Dockerfile.
  • Modify ENTRYPOINT in src/time/Dockerfile to include --local-timezone argument.
  • Update src/time/README.md to include instructions on setting the timezone using LOCAL_TIMEZONE environment variable.

For more details, open the Copilot Workspace session.

Fixes modelcontextprotocol#639

Add support for configurable timezone in Docker for `time` server.

* Update `src/time/Dockerfile` to include `LOCAL_TIMEZONE` environment variable.
* Set default timezone to "UTC" in `src/time/Dockerfile`.
* Modify `ENTRYPOINT` in `src/time/Dockerfile` to include `--local-timezone` argument.
* Update `src/time/README.md` to include instructions on setting the timezone using `LOCAL_TIMEZONE` environment variable.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/modelcontextprotocol/servers/issues/639?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: configurable timezone for docker in time server
1 participant