`--until-time` is in UTC
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 697
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
When using the --until-time flag the timestamps you use are implicitly in UTC. It would be nice to this default to the computer's local time, or have a flag to specify the timezone.
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 by searching the Rust codebase for the --until-time flag and tracing how its timestamp is parsed and compared. Review any existing time-related tests or entry points, then clarify whether the intended behavior is local time by default, an explicit timezone option, or both; done means the chosen behavior is documented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100