Is the getEffectiveAt
inside of a Transaction the same time as what we see in getTime
inside the Update
Yes both getTime
and getEffectiveAt
correspond to ledger (effective) time so they are identical.
I recommend the documentation on Daml’s time model for more details on ledger time as well as the difference to record time.
1 Like