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 Decorater
Recipients Decorater
Date 2017-03-23.06:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490250908.5.0.958278371805.issue29885@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that there is no ways to convert local times to GMT if I realize that some other object (sometimes from a server) is using GMT and they happen to be ahead of my current time. As such it would be great if one can convert their current time that can be in an datetime object to an GMT time to see how much time has passed since something happened on their zone if so desired (otherwise can cause undesired or undefined consequences).
History
Date User Action Args
2017-03-23 06:35:08Decoratersetrecipients: + Decorater
2017-03-23 06:35:08Decoratersetmessageid: <1490250908.5.0.958278371805.issue29885@psf.upfronthosting.co.za>
2017-03-23 06:35:08Decoraterlinkissue29885 messages
2017-03-23 06:35:08Decoratercreate