1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

49769: Mention how to show nanosecond precision

This commit is contained in:
Mikael Magnusson 2022-02-06 16:12:10 +01:00
parent 421f5d7f67
commit 0684c6a762
2 changed files with 7 additions and 0 deletions

View file

@ -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>
* 49728: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:

View file

@ -118,6 +118,8 @@ formatting of the time elements. The format string supports all of the
zsh extensions described in
ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
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.
)
item(tt(-g))(