Update types of values passed to `:set()` and parse()
Open
Nobody has claimed this yet.
datetime
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
:set() can accept only integer values for year, month,
day, hour, min, sec, usec, msec and nsec.
The type of tzoffset can be integer or string, timestamp can
be integer or double. tzoffset passed to datetime.parse()
can be integer or string.
Requested by @ligurio in https://github.com/tarantool/tarantool/commit/6e77907baa3cbeebc79241cc0046a539a09e3f2c.
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
Locate the documentation entries for :set() and datetime.parse(), using those API names as search terms. Update the documented accepted types to match the issue, and consider the work done when all listed parameters and values are accurately described.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100