Lines Matching refs:BST
1097 # Transition to BST happens on the last Sunday in March at 1 AM GMT
1098 # and the transition back happens the last Sunday in October at 2AM BST
1102 BST = ZoneOffset("BST", ONE_H, ONE_H)
1107 (datetime(2019, 3, 31, 2, 0), BST, NORMAL),
1108 (datetime(2019, 10, 26), BST, NORMAL),
1109 (datetime(2019, 10, 27, 0, 59, fold=1), BST, NORMAL),
1110 (datetime(2019, 10, 27, 1, 0, fold=0), BST, GAP),
1113 (datetime(2020, 3, 29, 2, 0), BST, NORMAL),
1114 (datetime(2020, 10, 25, 0, 59, fold=1), BST, NORMAL),
1115 (datetime(2020, 10, 25, 1, 0, fold=0), BST, FOLD),
2045 BST = ZoneOffset("BST", ONE_H, ONE_H)
2053 ZoneTransition(datetime(1917, 4, 8, 2), GMT_0, BST),
2078 BST = ZoneOffset("BST", ONE_H, ONE_H)
2082 ZoneTransition(datetime(2005, 3, 27, 1), GMT, BST),
2083 ZoneTransition(datetime(2005, 10, 30, 2), BST, GMT),
2084 ZoneTransition(datetime(2043, 3, 29, 1), GMT, BST),
2085 ZoneTransition(datetime(2043, 10, 25, 2), BST, GMT),