Updates:
Status: Accepted
Labels: -Priority-Medium Priority-HighComment #3 on issue 1003 by [email protected]: Log time differs from system time
http://code.google.com/p/robotframework/issues/detail?id=1003It seems that robottime.py _timestamp_to_millis works incorrectly with daylight saving time.
We could for example use time.strptime that correctly returns the daylight saving part (in my case it is -1 and robottime.py#_timestamp_to_millis uses 1)
