Mercurial > p > roundup > code
changeset 2028:1883dfd4fd77
Times in 'Date Value' examples were all out by 5 hours.
| author | Cameron Blackwood <drkorg@users.sourceforge.net> |
|---|---|
| date | Tue, 17 Feb 2004 05:48:04 +0000 |
| parents | 45ad02759998 |
| children | 3f6e27e9b063 |
| files | doc/user_guide.txt |
| diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/user_guide.txt Tue Feb 17 03:48:08 2004 +0000 +++ b/doc/user_guide.txt Tue Feb 17 05:48:04 2004 +0000 @@ -2,7 +2,7 @@ User Guide ========== -:Version: $Revision: 1.24 $ +:Version: $Revision: 1.25 $ .. contents:: @@ -599,13 +599,13 @@ explained below.:: Input of... Means... - "2000-04-17.03:45" 2000-04-17.08:45:00 + "2000-04-17.03:45" 2000-04-17.03:45:00 "2000-04-17" 2000-04-17.00:00:00 "01-25" yyyy-01-25.00:00:00 - "08-13.22:13" yyyy-08-14.03:13:00 - "11-07.09:32:43" yyyy-11-07.14:32:43 - "14:25" yyyy-mm-dd.19:25:00 - "8:47:11" yyyy-mm-dd.13:47:11 + "08-13.22:13" yyyy-08-13.22:13:00 + "11-07.09:32:43" yyyy-11-07.09:32:43 + "14:25" yyyy-mm-dd.14:25:00 + "8:47:11" yyyy-mm-dd.08:47:11 "2003" 2003-01-01.00:00:00 "2003-04" 2003-04-01.00:00:00 "." "right now"
