[Tcllib-bugs] [ tcllib-Bugs-1470818 ] Wrong monthname returned by mime::parsedatetime.
by SourceForge.net other posts by this author
Apr 15 2006 6:23AM messages near this date
[Tcllib-bugs] [ tcllib-Bugs-1471885 ] snit2.tcl - faulty "in" keyword
|
[Tcllib-bugs] Rash Guard
Bugs item #1470818, was opened at 2006-04-15 06:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112883&aid=1470818&group_id=12883
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: mime
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Marshall T. Rose (mrose)
Summary: Wrong monthname returned by mime::parsedatetime.
Initial Comment:
In file mime.tcl the name of the month is looked up in
a list by an index which one gets from a "[clock format
$clock -format %e]" (three times). In my old version of
tcl the %e returns the number of the day in the month
and not the month number. A solution like [expr [string
trimleft [clock format $clock -format %m] 0] - 1] seems
more appropriate.
m.d.nauta@[...].nl
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112883&aid=1470818&group_id=12883
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Tcllib-bugs mailing list
Tcllib-bugs@[...].net
https://lists.sourceforge.net/lists/listinfo/tcllib-bugs
|