Skip to content

okeeffed/hello-python-time-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Python Time Module

Accompanying README for the Time Functionality In Python blog post.

Run main.py for output. Will look similar to the following:

time
1628201824.63117
time.struct_time(tm_year=2021, tm_mon=8, tm_mday=6, tm_hour=8, tm_min=17, tm_sec=4, tm_wday=4, tm_yday=218, tm_isdst=0)
time.struct_time(tm_year=2021, tm_mon=8, tm_mday=5, tm_hour=22, tm_min=17, tm_sec=4, tm_wday=3, tm_yday=217, tm_isdst=0)
Fri Aug  6 08:17:04 2021
time.struct_time(tm_year=2000, tm_mon=11, tm_mday=30, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=335, tm_isdst=-1)
08/06/2021, 08:17:04
Fri Aug  6 08:17:04 2021
Sleeping for 1s
Sleep complete
True
False

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages