From 83e833a2744e125fef5339360e5c67bc00ce7d21 Mon Sep 17 00:00:00 2001 From: Henry Au-Yeung Ho Nam Date: Wed, 1 Apr 2026 17:21:30 +0800 Subject: [PATCH] BST is utc+1 instead of +11 --- dateparser/timezones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dateparser/timezones.py b/dateparser/timezones.py index 9ac35dafd..decfcd9c6 100644 --- a/dateparser/timezones.py +++ b/dateparser/timezones.py @@ -123,7 +123,7 @@ ("BOT", -14400), ("BRST", -7200), ("BRT", -10800), - ("BST", 39600), + ("BST", 3600), ("BTT", 21600), ("BURT", 23400), ("CANT", -3600),