opensafely-core / opensafely-core/opencodelists
Show dates and times in the users timezone
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 60
- Forks
- 16
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 17
Description
Why are we doing this?
Currently all dates and times shown on the site in Django are hardcoded as UTC (not sure about the React app). We should instead utilise Django Time zones to show users the date and time in their selected time zone.
How will we know when it's done?
...
What are we doing?
...
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
Start with the linked Django time-zone documentation, then locate the Django date/time rendering paths and determine whether the React app also displays affected values. Done means dates and times shown to users use their selected time zone, with coverage for the relevant rendering paths; the issue currently provides no files, tests, or acceptance details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100