-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdata.json
More file actions
56 lines (56 loc) · 1.22 KB
/
data.json
File metadata and controls
56 lines (56 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"usa": {
"start": "1789-08-05T00:00:00-05:00",
"end": null
},
"current": {
"start": "2025-01-20T12:00:00-05:00",
"end": null
},
"shutdowns": [
{
"start": "1980-05-01T00:00:00-04:00",
"end": "1980-05-02T00:00:00-04:00"
},
{
"start": "1981-11-23T00:00:00-05:00",
"end": "1981-11-24T00:00:00-05:00"
},
{
"start": "1984-10-04T12:00:00-04:00",
"end": "1984-10-05T00:00:00-04:00"
},
{
"start": "1986-10-17T12:00:00-04:00",
"end": "1986-10-18T00:00:00-04:00"
},
{
"start": "1990-10-06T00:00:00-04:00",
"end": "1990-10-09T00:00:00-04:00"
},
{
"start": "1995-11-14T00:00:00-05:00",
"end": "1995-11-20T00:00:00-05:00"
},
{
"start": "1995-12-16T00:00:00-05:00",
"end": "1996-01-07T00:00:00-05:00"
},
{
"start": "2013-10-01T00:00:00-04:00",
"end": "2013-10-17T00:00:00-04:00"
},
{
"start": "2018-01-20T00:00:00-05:00",
"end": "2018-01-23T00:00:00-05:00"
},
{
"start": "2018-12-22T00:00:00-05:00",
"end": "2019-01-26T00:00:00-05:00"
},
{
"start": "2025-10-01T00:00:00-04:00",
"end": "2025-11-13T00:00:00-05:00"
}
]
}