Home
last modified time | relevance | path

Searched refs:BST (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/eabi/
H A D__gmtime64.c27 #define BST (+1) macro
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py1097 # 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, NORMA
[all...]
/third_party/python/Lib/test/
H A Ddatetimetester.py3101 BST = timezone(timedelta(hours=1), 'BST')
3218 self.theclass(2021, 10, 31, 1, 30, tzinfo=BST)),
3220 self.theclass(2021, 10, 31, 1, 30, tzinfo=BST)),

Completed in 14 milliseconds