boostorg / boostorg/website-v2
Please, consider iso-8601 formatted dates in bare html
- Dominant language
- HTML
- Stars
- 18
- Forks
- 28
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 81
Description
Currently, the dates look like this:

Which is convenient for people, but not so much for machines.
Please, consider using iso-8601 for dates `2023-05-11T10:00` in bare html, which can be then easitly converted to any format with JavaScript on the user end.
This way the original html will be machine-friendly, while still being human-readable (unlike Epoch timestamps), and the end-user would be even able to customise the dates to their liking in JS.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named in the issue. Locate the template or renderer that emits dates in bare HTML, then inspect any existing date-rendering tests or examples. Done means the generated date values use the requested ISO-8601 form, such as `2023-05-11T10:00`, while remaining suitable for human-readable display.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100