MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / utc

Method utc

suds/wsse.py:92–93  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

90
91 @classmethod
92 def utc(cls):
93 return datetime.utcnow().replace(tzinfo=UtcTimezone())
94
95 @classmethod
96 def sysdate(cls):

Callers 3

sysdateMethod · 0.80
setcreatedMethod · 0.80
__init__Method · 0.80

Calls 1

UtcTimezoneClass · 0.90

Tested by

no test coverage detected