How to get milliseconds using timestamp in block?

Fuel uses tai64 instead of unix for our timestamps which is also already in seconds. Divide by 1000 to get milliseconds if you need to. Read more about tai64 here.

Example rust test below: