Time Loaded
Time Loaded
---------------------------
1. According To Python Time is an Object, Hence The Programmer Cannot Consider The
Time in Python as a String OR a Timestamp
2. To Operate Upon The Time We Need To Have The Access To The Time Module Class
3. To Get Proper Accuracy Upon The Time, We Have To Set The Required TimeZone
Before Operating Upon The Time Module
4. For Any Software That is Installed and Configured Upon The Computer it
Associated To The Hardware Clock Running on The Machine, and in Turn Integrated To
The Operating System Time Management System Calls
5. The Format of The Pre-Programmed Cloc is : Date, Time and TimeZone
Note
------
1. gmtime(0) Method Actually Returns The "struct_time" Object
time.time()
time.process_time() : This Returns The Sum of The System and The User CPU Time of
The Current Process, This Function Ignores The Time Elapsed During The Sleep
time.perf_counter() : This Function Uses a Clock With The Highest Precision To
Measure The Short Duration and Factors in The Process Sleep Time