Time Module in Python. | perf_counter, Epoch time, time tuple, and gmtime

Опубликовано: 18 Ноябрь 2024
на канале: edRevolution Tech
1,107
17

This video explains important concepts like Epoch time and time tuple.
Here we will see time module functions like
perf_counter,
sleep,
localtime,
gmtime,

datetime module like utcfromtimestamp, & fromtimestamp.


Timestamp:
00:00 Introduction of time module in python
00:50 perfcounter (time calculation)
05:00 sleep function in python
06:35 Epoch time/ float time in python
09:50 utcfromtimestamp in datetime
13:20 fromtimestamp in datetime
18:09 ctime in time
18:50 timetuple
19:35 localtime in python
20:45 gmtime
24:00 struct time
26:40 asctime
26:47 mktime