About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet126/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   122   123   124   125   126   127   128   129   ...   234
Bog'liq
python3 tutorial 060821094426

time
module available in Python, which provides functions for working 
with times, and for converting between representations. The function 
time.time()
returns 
the current system time in ticks since 12:00am, January 1, 1970(epoch). 
Example 
#!/usr/bin/python3 
import time; # This is required to include time module. 
ticks = time.time() 
print ("Number of ticks since 12:00am, January 1, 1970:", ticks)
This would produce a result something as follows- 
Number of ticks since 12:00am, January 1, 1970: 1455508609.34375 
Date arithmetic is easy to do with ticks. However, dates before the epoch cannot be 
represented in this form. Dates in the far future also cannot be represented this way - the 
cutoff point is sometime in 2038 for UNIX and Windows. 
What is TimeTuple? 
Many of the Python's time functions handle time as a tuple of 9 numbers, as shown below- 
Index 
Field 
Values 

4-digit year 
2016 

Month 
1 to 12 

Day 
1 to 31 
14.
 
Python 3 – Date & Time 


Python 3 
179 

Hour 
0 to 23 

Minute 
0 to 59 

Second 
0 to 61 (60 or 61 are leap-seconds) 

Day of Week 
0 to 6 (0 is Monday) 

Day of year 
1 to 366 (Julian day) 

Daylight savings 
-1, 0, 1, -1 means library determines DST 
For Example- 
>>>import time
>>> print (time.localtime())
This would produce a result as follows- 
time.struct_time(tm_year=2016, tm_mon=2, tm_mday=15, tm_hour=9, tm_min=29, 
tm_sec=2, tm_wday=0, tm_yday=46, tm_isdst=0) 
The above tuple is equivalent to 
struct_time
structure. This structure has the following 
attributes- 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   122   123   124   125   126   127   128   129   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish