When using Timeoffset in a repeat tag, does the timeoffset value relative to the loop you are in or the entire workout…
for example, if i wanted to put a different value on the second loop, would the timeoffset be 180 or is timeoffset specfic to the loop?
<IntervalsT Repeat="3" OnDuration="60" OffDuration="120" OnPower="1" OffPower="0.748" pace="0">
<textevent timeoffset="0" message="Hammer down, 1 minute!"/>
<textevent timeoffset="60" message="... and cool down for a few!"/>
</IntervalsT