Remove DateTimeUtc, replaced with tz property of DateTimeIso

This commit is contained in:
Erik C. Thauvin 2023-03-17 21:46:20 -07:00
parent 26e03588ea
commit 7f1cea5714
5 changed files with 25 additions and 50 deletions

View file

@ -16,7 +16,6 @@ This project provides a collection of template renderers.
| `rife.render.DateIso` | Renders the current date in ISO 8061 format |
| `rife.render.DateTimeIso` | 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.TimeIso` | Renders the current time in ISO 8061 format |
| `rife.render.Year` | Renders the current year |