You can retrieve the delta time from the stream using AnimationStream.deltaTime. The damped transform is using this inside DampedTransformJob.cs. I hope this helps
Oh sorry - I misunderstood your original message. There is the AnimationJobCache that you could use to store the global time value. The ChainIKConstraintJob is an example that uses this to store the tolerance and max iterations.