()
| 183 | # ============================================================ |
| 184 | |
| 185 | def _iso8601_now() -> str: |
| 186 | return datetime.now(timezone.utc).isoformat() |
| 187 | |
| 188 | |
| 189 | # ============================================================ |
no outgoing calls
no test coverage detected