-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathlinks.json
More file actions
18 lines (18 loc) · 622 Bytes
/
links.json
File metadata and controls
18 lines (18 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{
"url": "https://docs.python.org/3/library/datetime.html/",
"description": "The datetime module, containing date, time, datetime, timeddelta and tzinfo classes."
},
{
"url": "https://docs.python.org/3/library/time.html/",
"description": "The time module, optimized for working with POSIX timestamps."
},
{
"url": "https://en.wikipedia.org/wiki/Tz_database/",
"description": "A summary of information of timezone datebases."
},
{
"url": "https://docs.python.org/3/library/calendar.html/",
"description": "The calendar module, for more complex date-only applications."
}
]