matomo-org / matomo-org/docker
Missing timezone
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 1k
- Forks
- 384
- PR merge metrics
- No merged PRs in 30d
Description
A timezone is missing in the php configuration. As default php uses UTC (wrong time in log-files, archives...). Normally it should be enough adding date.timezone = "*add content of /etc/timezone*" to php.ini-file in DOCKERFILE.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the Dockerfile and PHP configuration to find where the image sets PHP defaults. Verify the configured timezone against /etc/timezone, then confirm that generated log files and archives use the expected local time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100