The Timecode End(strip.frame_final_start) and Timecode Duration(strip.frame_final_duration) are using the values of the timeline position, however the Timecode Start was using the "inside" strip offset value(strip.frame_start).
This patch will change the Timecode Start value to use the timeline position instead(strip.frame_final_start).