mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 23:41:31 +01:00
49769: Mention how to show nanosecond precision
This commit is contained in:
parent
421f5d7f67
commit
0684c6a762
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2022-02-22 Mikael Magnusson <mikachu@gmail.com>
|
||||||
|
|
||||||
|
* 49769: Doc/Zsh/mod_stat.yo: Mention how to show nanosecond
|
||||||
|
precision
|
||||||
|
|
||||||
2022-02-20 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2022-02-20 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
* 49728: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:
|
* 49728: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:
|
||||||
|
|
|
@ -118,6 +118,8 @@ formatting of the time elements. The format string supports all of the
|
||||||
zsh extensions described in
|
zsh extensions described in
|
||||||
ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
|
ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
|
||||||
ifnzman(noderef(Prompt Expansion)).
|
ifnzman(noderef(Prompt Expansion)).
|
||||||
|
In particular, tt(-F %s.%N) can be used to show timestamps with nanosecond
|
||||||
|
precision if supported by the system.
|
||||||
The tt(-s) option is implied.
|
The tt(-s) option is implied.
|
||||||
)
|
)
|
||||||
item(tt(-g))(
|
item(tt(-g))(
|
||||||
|
|
Loading…
Reference in a new issue