Check if the application uses the UTC timezone.
(self)
| 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): |
no outgoing calls