Document `{time type='machine'}`
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 25 May 2023 09:52:00 +0000 (11:52 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 09:52:00 +0000 (11:52 +0200)
docs/view/template-plugins.md

index 15545ab1cecb4bd3dc5ed1020cdc02e8cedad6d7..90ddd76bbe922c6e617cc3de3125115dd2efd954 100644 (file)
@@ -729,6 +729,7 @@ Acceptables inputs are either a `\DateTimeInterface` or an integer representing
 {time time=$time}
 {time time=$time type='plainTime'}
 {time time=$time type='plainDate'}
+{time time=$time type='machine'}
 {time time=$time type='custom' format='Y-m-d'}
 ```
 
@@ -742,6 +743,7 @@ Acceptables inputs are either a `\DateTimeInterface` or an integer representing
 | –         | An interactive `<woltlab-core-date-time>` element that renders as dynamically updated relative times. |
 | plainTime | Date with time in the user’s locale and timezone as a plain string. |
 | plainDate | Date without time in the user’s locale and timezone as a plain string. |
+| machine   | A machine readable string in ISO-8601 format. |
 | custom    | A custom format that is passed to `\DateTimeInterface::format()`. The timezone will be the user’s timezone. |