Tracking time of an API call
Date instance (or using Date.now()), and then compare the value against the record's creation time. However, then I read this about dates in Convex functions:https://docs.convex.dev/functions/runtimes#using-randomness-and-time-in-queries-and-mutations
Is there another way to pull this off and accurately track when I receive the response from the API call?

