mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
43800: Add nanosecond support to strftime built-in
This commit is contained in:
parent
0b3b52778b
commit
5ad76492af
4 changed files with 86 additions and 20 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-11-13 dana <dana@dana.is>
|
||||
|
||||
* 43800: Doc/Zsh/mod_datetime.yo, Src/Modules/datetime.c,
|
||||
Test/V09datetime.ztst: Add nanosecond support to strftime built-in
|
||||
|
||||
2018-11-12 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* 43819: Completion/Unix/Command/_adb: expand adb completion to
|
||||
|
|
|
@ -6,9 +6,13 @@ The tt(zsh/datetime) module makes available one builtin command:
|
|||