What is Time's precision and does it support microsecond?

I had a look at the answer @Luciano linked and found it wanting. Have look at the example in my answer here on how to extract microseconds from times and dates.

Note that ledger time is a fuzzy concept, though. If your business logic starts relying on times in the second range, you are probably going to run into contention and race conditions.

2 Likes