From 6a68eade1128121d5e1e4bb5e535902958854558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 31 Dec 2024 20:23:21 +0100 Subject: [PATCH] Arithmetics syntax highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 284a7d0..5ed4437 100644 --- a/README.md +++ b/README.md @@ -660,7 +660,7 @@ import zoneinfo, dateutil.tz * **`'%Z'` accepts `'UTC/GMT'` and local timezone's code and returns timezone's name, `'UTC[±HH:MM]'` if timezone is nameless, or an empty string if datetime is naive.** ### Arithmetics -```python +```bash = > # Ignores time jumps (fold attribute). Also ==. = > # Ignores jumps if they share tz object. Broken ==. = - # Ignores jumps. Convert to UTC for actual delta.