Re: [Sikuli-driver] [Question #166488]: How to find the date and time of a file uploaded on server?

2011-07-30 Thread RaiMan
Question #166488 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166488 Status: Open => Answered RaiMan proposed the following answer: This error message tells you, that you want to concatenate a string with a float ;-) time.mktime(u.info().getdate("date")) cannot be the ca

[Sikuli-driver] [Question #166488]: How to find the date and time of a file uploaded on server?

2011-07-30 Thread Jeff Sant
New question #166488 on Sikuli: https://answers.launchpad.net/sikuli/+question/166488 Guys, I need to find out what is the date and time of the file uploaded on server, i am trying to get it from a lot of techniques but getting error, please help me. time.mktime(u.info().getdate("date")) i ca