[New-bugs-announce] [issue29885] Allow GMT timezones to be used in datetime.

Decorater report at bugs.python.org
Thu Mar 23 02:35:08 EDT 2017


New submission from Decorater:

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).

----------
components: Library (Lib)
messages: 290027
nosy: Decorater
priority: normal
severity: normal
status: open
title: Allow GMT timezones to be used in datetime.
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29885>
_______________________________________


More information about the New-bugs-announce mailing list