Added DateTimeUtc

This commit is contained in:
Erik C. Thauvin 2023-03-15 02:58:33 -07:00
parent 733f2f2eb3
commit 4c0e06715e
4 changed files with 56 additions and 0 deletions

View file

@ -13,6 +13,8 @@ This project provides a set of template renderers.
- Renders the current date and time in ISO 8061 format.
- **rife.render.DateTimeRfc2822**
- Renders the current date and time in RFC 2822 format.
- **rife.render.DateTimeUtc**
- Renders the current UTC date and time in ISO 8061 format.
- **rife.render.EncodeBase64**
- Encodes a template value to Base64.
- **rife.render.EncodeHtml**