MCPcopy
hub / github.com/celery/celery / utc

Method utc

celery/utils/time.py:176–178  ·  view source on GitHub ↗

Return UTC timezone created with ZoneInfo.

(self)

Source from the content-addressed store, hash-verified

174
175 @cached_property
176 def utc(self) -> tzinfo:
177 """Return UTC timezone created with ZoneInfo."""
178 return self.get_timezone('UTC')
179
180
181timezone = _Zone()

Callers

nothing calls this directly

Calls 1

get_timezoneMethod · 0.95

Tested by

no test coverage detected