Spine works with 30 fps. Frame 127 in spine will be 127 / 30 = 4.23 seconds. Skeleton->time is in seconds and is used so slots know how long an attachment has been attached. It is not the attachment time. You need AnimationState->time, which is also in seconds. You can get the AnimationState from the SkeletonAnimation node.