open-feature / open-feature/flagd
ISO 8601 timestamp support
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 998
- Forks
- 136
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 11
Description
Requirements
I want to enable flags based on the current time in a more human readable format.
"$flagd.timestamp" is a number. A way to do the same using an ISO 8601 string would be more human friendly.
Ideally strings could be supplied with an offset or time zone indicator as well so that I can developers can define times in whatever format works best for them (UTC, US Central Time, etc.).
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
Start by locating the entry point that handles the current numeric $flagd.timestamp value and review how time-based flag conditions are evaluated. Define the supported ISO 8601 forms, including offsets and time-zone indicators, and verify that flags evaluate correctly for each supported form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100