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.

Author loewis
Recipients cgrohmann, georg.brandl, loewis
Date 2008-06-24.07:09:38
SpamBayes Score 0.0046393913
Marked as misclassified No
Message-id <1214291380.14.0.334283925081.issue3185@psf.upfronthosting.co.za>
In-reply-to
Content
I think you are misinterpreting what you are seeing. time.mktime returns
seconds since the Epoch, in UTC, when passed broken-down local time. So
that the result is the same as time.time() doesn't mean that time.time()
returns "local unix seconds" (there is no such thing), but it means that
both time.time() and time.mktime() return seconds since the Epoch, in UTC.

Closing as invalid.
History
Date User Action Args
2008-06-24 07:09:40loewissetspambayes_score: 0.00463939 -> 0.0046393913
recipients: + loewis, georg.brandl, cgrohmann
2008-06-24 07:09:40loewissetspambayes_score: 0.00463939 -> 0.00463939
messageid: <1214291380.14.0.334283925081.issue3185@psf.upfronthosting.co.za>
2008-06-24 07:09:39loewislinkissue3185 messages
2008-06-24 07:09:38loewiscreate