From 562fb77d941ce1202569275688a65a0214c6d17a Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah <22363102+codeforester@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:49:35 -0700 Subject: [PATCH] Include timezone offset in log example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a34b3..3029d96 100644 --- a/README.md +++ b/README.md @@ -862,7 +862,7 @@ available as a compatibility per-file policy; new applications should use Logs use a stable, human-readable shape: ```text -2026-05-26 12:34:56 INFO path/to/file.py:42 message +2026-05-26 12:34:56 -0700 INFO path/to/file.py:42 message ``` Use either `ctx.log` directly: