Updates:
        Status: Accepted
        Labels: -Priority-Medium Priority-High

Comment #3 on issue 1003 by [email protected]: Log time differs from system time
http://code.google.com/p/robotframework/issues/detail?id=1003

It 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)

Reply via email to