About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet132/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   128   129   130   131   132   133   134   135   ...   234
Bog'liq
python3 tutorial 060821094426

Time localtime() Method 
Description 
The method localtime() is similar to gmtime() but it converts number of seconds to local 
time. If secs is not provided or None, the current time as returned by time() is used. The 
dst flag is set to 1 when DST applies to the given time. 
Syntax 
Following is the syntax for localtime() method- 
time.localtime([ sec ]) 
Parameters 
sec
- These are the number of seconds to be converted into structure struct_time 
representation. 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of localtime() method. 
#!/usr/bin/python3 
import time 
print ("time.localtime() : %s" , time.localtime()) 
When we run the above program, it produces the following result- 
time.localtime() 

time.struct_time(tm_year=2016, 
tm_mon=2, 
tm_mday=15, 
tm_hour=10, tm_min=13, tm_sec=50, tm_wday=0, tm_yday=46, tm_isdst=0) 
Time mktime() Method 
Description 
The method mktime() is the inverse function of localtime(). Its argument is the struct_time 
or full 9-tuple and it returns a floating point number, for compatibility with time(). 


Python 3 
188 
If the input value cannot be represented as a valid time, either OverflowError or ValueError 
will be raised. 
Syntax 
Following is the syntax for mktime() method- 
time.mktime(t) 
Parameters 
t
- This is the struct_time or full 9-tuple. 
Return Value 
This method returns a floating point number, for compatibility with time(). 
Example 
The following example shows the usage of mktime() method. 
#!/usr/bin/python3 
import time 
t = (2016, 2, 15, 10, 13, 38, 1, 48, 0) 
d=time.mktime(t) 
print ("time.mktime(t) : %f" % d) 
print ("asctime(localtime(secs)): %s" % time.asctime(time.localtime(d))) 
When we run the above program, it produces the following result- 
time.mktime(t) : 1455511418.000000 
asctime(localtime(secs)): Mon Feb 15 10:13:38 2016 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   128   129   130   131   132   133   134   135   ...   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