The helper `get_localized_time` should also accept string
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 101
- Forks
- 62
- Avg merge
- 15h 15m
- Merged PRs (30d)
- 1
Description
Originally posted by @ale-rt in https://github.com/plone/plone.api/pull/592#discussion_r2573554877
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 with get_localized_time in src/plone/api/portal.py and compare it with the implementation in src/plone/base/i18nl10n.py at the referenced lines. Confirm the expected string input behavior and identify the relevant tests; done means the helper accepts strings consistently with the underlying localization implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, localization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100