diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2003-10-25 17:38:18 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2003-10-25 17:38:18 +0000 |
| commit | a7803f9dafcc2745db67bd9580050da79271bab2 (patch) | |
| tree | 7df6c063c9366fc11e856a718f03dca64b42654c /Doc/Zsh/mod_datetime.yo | |
| parent | * 19201: Completion/Unix/Command/_screen: patch from Yasuhiro Hayase (diff) | |
| download | zsh-a7803f9dafcc2745db67bd9580050da79271bab2.tar zsh-a7803f9dafcc2745db67bd9580050da79271bab2.tar.gz zsh-a7803f9dafcc2745db67bd9580050da79271bab2.tar.bz2 zsh-a7803f9dafcc2745db67bd9580050da79271bab2.tar.lz zsh-a7803f9dafcc2745db67bd9580050da79271bab2.tar.xz zsh-a7803f9dafcc2745db67bd9580050da79271bab2.tar.zst zsh-a7803f9dafcc2745db67bd9580050da79271bab2.zip | |
19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: rudimentary documentation
for zsh/datetime module.
Diffstat (limited to 'Doc/Zsh/mod_datetime.yo')
| -rw-r--r-- | Doc/Zsh/mod_datetime.yo | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_datetime.yo b/Doc/Zsh/mod_datetime.yo new file mode 100644 index 000000000..cf5ca4379 --- /dev/null +++ b/Doc/Zsh/mod_datetime.yo @@ -0,0 +1,23 @@ +COMMENT(!MOD!zsh/datetime +Some date/time commands and parameters. +!MOD!) +The tt(zsh/datetime) module makes available one builtin command: + +startitem() +findex(strftime) +cindex(date string, printing) +item(tt(strftime) var(format) var(epochtime) )( +Output the date denoted by var(epochtime) in the var(format) +specified. +) +enditem() + +The tt(zsh/datetime) module makes available one parameter: + +startitem() +vindex(EPOCHSECONDS) +item(tt(EPOCHSECONDS))( +An integer value representing the number of seconds since the +epoch. +) +enditem() |
