Add warning about time zone in timeformat

This commit is contained in:
Micah Jerome Ellison 2022-01-08 12:31:03 -08:00
parent 45e921cff5
commit cc2f17594c

View file

@ -20,7 +20,7 @@ You can also find your configuration file location by running:
## Format ## Format
The configuration file is a [YAML](https://yaml.org/) file and can be edited with The configuration file is a [YAML](https://yaml.org/) file and can be edited with
a plain text editor. a text editor.
## Configuration Keys ## Configuration Keys
@ -83,6 +83,9 @@ to data loss.
If you would just like to change how `jrnl` displays dates, If you would just like to change how `jrnl` displays dates,
use display_format instead. use display_format instead.
!!! note
`jrnl` doesn't support the `%z` or `%Z` time zone identifiers.
### highlight ### highlight
If `true`, tags will be highlighted in cyan. If `true`, tags will be highlighted in cyan.