clock: add a config option to show UTC time

This commit is contained in:
anb 2021-09-11 13:40:15 -07:00
parent 60904bb18f
commit ba5b28f437
3 changed files with 13 additions and 4 deletions

View file

@ -29,6 +29,10 @@ clock - This module provides the current date and time
: string
: no
: *strftime* formatter for the _date_ date (default=*%x*)
| utc
: bool
: no
: Use GMT instead of local timezone (default=false)
# EXAMPLES