Comment #4 on issue 1003 by [email protected]: Log time differs from system time
http://code.google.com/p/robotframework/issues/detail?id=1003
Possibly related Python issue http://bugs.python.org/issue7229So we could for example correct this with time.localtime().tm_isdst instead of time.daylight ..
