diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-03-24 18:28:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-03-24 18:28:23 -0700 |
commit | 4882a1c512a6d64ae8f6de2ed849033f8637cf90 (patch) | |
tree | ee867d4ad3cf9166cff95abfac99e3327299b148 | |
parent | 778e6a4bf0c9d3d497e6315ac42f5938afb2e771 (diff) | |
download | txr-4882a1c512a6d64ae8f6de2ed849033f8637cf90.tar.gz txr-4882a1c512a6d64ae8f6de2ed849033f8637cf90.tar.bz2 txr-4882a1c512a6d64ae8f6de2ed849033f8637cf90.zip |
Mistake in time-string-local doc.
* txr.1: Fixed wrongly copied and pasted reference to
time-string-local and time-string-utc.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35288,10 +35288,10 @@ and convert it to an instance of the structure. The -.code time-string-local +.code time-struct-local function converts the time to the local timezone of the host system. The -.code time-string-utc +.code time-struct-utc function produces time in UTC. The |