sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38023
[Question #293575]: print current system time, the result run on sikuli is different from python
New question #293575 on Sikuli:
https://answers.launchpad.net/sikuli/+question/293575
run the same code on python and sikuli, the code as follows:
import time
print time.strftime( '%Y-%m-%d %H:%M:%S', time.localtime() )
the sikuli result:
2016-05-11 07:06:41
the python result:
2016-05-11 19:36:37
the python result is correct, Im so confused ,thanks to answer this question
best regards!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.