-
Notifications
You must be signed in to change notification settings - Fork 0
/
holidays.json
45 lines (45 loc) · 1.26 KB
/
holidays.json
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
{
"classwork_start": "2024-08-02T00:00:00+05:30",
"classwork_end": "2024-11-29T00:00:00+05:30",
"midsem_start": "2024-10-03T00:00:00+05:30",
"midsem_end": "2024-10-09T00:00:00+05:30",
"holidays": [
{
"name": "Independence Day (H)",
"date": "2024-08-15T00:00:00+05:30"
},
{
"name": "Raksha Bandhan (H)",
"date": "2024-08-19T00:00:00+05:30"
},
{
"name": "Janmashtami (H)",
"date": "2024-08-26T00:00:00+05:30"
},
{
"name": "Ganesh Chaturthi (H) ",
"date": "2024-09-07T00:00:00+05:30"
},
{
"name": "Id-e-Milad (Prophet Mohammad’s Birthday) (H)",
"date": "2024-09-16T00:00:00+05:30"
},
{
"name": "Mahatma Gandhi's Birthday (H) ",
"date": "2024-10-02T00:00:00+05:30"
},
{
"name": "Dussehra (H)",
"date": "2024-10-12T00:00:00+05:30"
},
{
"name": "Diwali (H)",
"date": "2024-10-31T00:00:00+05:30"
},
{
"name": "Gurunanak's Birthday (H)",
"date": "2024-11-15T00:00:00+05:30"
}
],
"time_table_changes": []
}