Sunteți pe pagina 1din 1

#SetOutFileName("D:/test_client/output/timetest.

txt")
#SetOutMode('file gui')
Print(CTime())
Print(AscTime())
Print(StrfTime("%a, %d %b %Y %H:%M:%S +0000",LocalTime()))
Print("GMTime is : " + str(GMTime()))
Print("LocalTime is : " + str(LocalTime()))
Print("Time is : " + str(Time()))
Print("TimeZone is : " + str(TimeZone))
Print("CTime is : " + str(CTime()))
Print(StrfTime("%a, %d %b %Y %H:%M:%S +0000",LocalTime()))
Print("AscTime(): " + str(AscTime()))
Print("Sleep 10 sec....")
Sleep(10)
Print("wakeup!")

S-ar putea să vă placă și