fmadio / public

fmadio issue tracking
MIT License
8 stars 3 forks source link

f100 clock sync is not timezone adjusted #222

Closed fmadio closed 6 years ago

fmadio commented 6 years ago

internal hardware timestamps are assumed to be in GMT with clock offsets added by the locally. Seems like the offset when using packetscope time range filters for the Gen2 systems is not working correctly.

fmadio commented 6 years ago

Clock seems to be working correctly. frame.time filters also seem to be correct so not exactly sure what the problem is here

fmadio commented 6 years ago

fnic_clock is writing the correct GMT time, not quite whats happened here

fmadio commented 6 years ago

problem was root caused to the clock offsets specified in time.lua because its a fixed static offset in the file it fails when daylight savings changes the GMT offset. #230 is new issue