Bugs item #229049, was opened at 2001-01-16 12:57
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=229049&group_id=3152

Category: API: Tcl
Group: documentation
Status: Open
Resolution: None
Priority: 1
Submitted By: Kriston Rehberg (kriston)
>Assigned to: Kriston Rehberg (kriston)
Summary: ns_gmtime docs incorrect

Initial Comment:
The docs for ns_gmtime are incorrect.  IT actually returns the time as:
 int   tm_sec;    /* seconds after the minute - [0, 61] */
                      /* for leap seconds */
     int   tm_min;    /* minutes after the hour - [0, 59] */
     int   tm_hour;   /* hour since midnight - [0, 23] */
     int   tm_mday;   /* day of the month - [1, 31] */
     int   tm_mon;    /* months since January - [0, 11] */
     int   tm_year;   /* years since 1900 */
     int   tm_wday;   /* days since Sunday - [0, 6] */
     int   tm_yday;   /* days since January 1 - [0, 365] */

Kris



----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2001-04-25 10:28

Message:
Logged In: NO

It's actually the same as ns_localtime!

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=229049&group_id=3152

Reply via email to