➜

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 jemfinch
收信人
日期 2005-07-26.13:04:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
The time module has the inverse function of localtime() in its mktime
() function, but is missing the inverse of gmtime().

After a bit of searching, I found the calendar module function timegm
(), which claims to be the inverse of gmtime().

Is there any reason the time module shouldn't provide the inverse of 
gmtime()?  It's obviously needed, as the calendar module has a 
version for its own use since the time module doesn't provide one.
历史
日期 用户 动作 参数
2007-08-23 14:33:20admin链接issue1245224 messages
2007-08-23 14:33:20admin创建