mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Add warning about time zone in timeformat
This commit is contained in:
parent
45e921cff5
commit
cc2f17594c
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue