[Issue] - timezone in adding event via calendar
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 245
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I would like to ask regarding adding new event in calendar. If I want to add new event straight from the calendar, I need to specify the time and date. But is it possible to change the timestamp sent from the UI to the server, from UTC to for example Asia/Jakarta? Because for now, i need to calculate when inputting the time. For example:
- Time I want to input in Jakarta is 14:00 to 16:00
- Meaning I have to input 07:00 to 09:00 because of the UTC default time.
Contributor guide
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
No files or tests are named. Start by tracing the calendar event creation flow from the UI to the server, then verify how UTC and Asia/Jakarta timestamps are interpreted; done means users can enter local event times without manual UTC conversion and the behavior is covered by relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100