MCPcopy
hub / github.com/celery/celery / uses_utc_timezone

Method uses_utc_timezone

celery/app/base.py:1527–1529  ·  view source on GitHub ↗

Check if the application uses the UTC timezone.

(self)

Source from the content-addressed store, hash-verified

1525 return self.amqp.producer_pool
1526
1527 def uses_utc_timezone(self):
1528 """Check if the application uses the UTC timezone."""
1529 return self.timezone == timezone.utc
1530
1531 @cached_property
1532 def timezone(self):

Callers 2

task_message_handlerFunction · 0.80

Calls

no outgoing calls

Tested by 1