diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-09-11 11:20:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-09-11 11:20:45 +0000 |
commit | 49b4a710090cb312e8c70dc13966790c82abaab0 (patch) | |
tree | 9c99f0748c0054883cf3f003a4d96afc4f9548a4 /Doc/Zsh | |
parent | 12dfec77e9d939712fcb5bafa6310bd8aae774d6 (diff) | |
download | zsh-49b4a710090cb312e8c70dc13966790c82abaab0.tar.gz zsh-49b4a710090cb312e8c70dc13966790c82abaab0.tar.xz zsh-49b4a710090cb312e8c70dc13966790c82abaab0.zip |
Baptiste Daroussin: 27267 plus 27269 plus doc:
remove perl dependency
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zftpsys.yo | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Doc/Zsh/zftpsys.yo b/Doc/Zsh/zftpsys.yo index 627e0582d..56308302c 100644 --- a/Doc/Zsh/zftpsys.yo +++ b/Doc/Zsh/zftpsys.yo @@ -220,8 +220,7 @@ The commands for retrieving files all take at least two options. tt(-G) suppresses remote filename expansion which would otherwise be performed (see below for a more detailed description of that). tt(-t) attempts to set the modification time of the local file to that of the remote file: -this requires version 5 of tt(perl), see the description of the function -tt(zfrtime) below for more information. +see the description of the function tt(zfrtime) below for more information. startitem() findex(zfget) @@ -462,11 +461,9 @@ findex(zfrtime) item(tt(zfrtime var(lfile) var(rfile) [ var(time) ]))( Set the local file var(lfile) to have the same modification time as the remote file var(rfile), or the explicit time var(time) in FTP format -tt(CCYYMMDDhhmmSS) for the GMT timezone. - -Currently this requires tt(perl) version 5 to perform the conversion from -GMT to local time. This is unfortunately difficult to do using shell code -alone. +tt(CCYYMMDDhhmmSS) for the GMT timezone. This uses the shell's +tt(zsh/datetime) module to perform the conversion from +GMT to local time. ) findex(zftp_chpwd, supplied version) item(tt(zftp_chpwd))( |