Skip to content

Commit

Permalink
Add link to time format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk authored and danieldg committed Apr 25, 2022
1 parent f1689b0 commit 1094cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ If `mime_types` is unset, it defaults to `["text/plain;charset=utf-8", "text/pla

Key | Expanded | Default | Details
----|----------|---------|--------
`format` | Yes | `%H:%M` | Time format using the strftime format specifiers
`format` | Yes | `%H:%M` | Time format using the strftime inspired date and time formatting [syntax](https://docs.rs/chrono/latest/chrono/format/strftime/index.html)
`timezone` | Yes | | Time zone to display (blank uses the system local time zone)

## dbus
Expand Down

0 comments on commit 1094cb6

Please sign in to comment.