Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(html): Add created datetime as a meta tag
This change adds the created datetime in the UTC time zone using ISO datetime format for HTML output of an RFC. Example: ``` <meta content="2023-09-21T10:47:04.440964+00:00" name="created"> ``` Fixes ietf-tools#1032
- Loading branch information