getEffetiveAt in Java bindings
App Development2 posts174 views1 likesLast activity Dec 2021
LE
Leonid_RozenbergOP
Dec 2021Is the getEffectiveAt inside of a Transaction the same time as what we see in getTime inside the Update
CO
cocreature
Dec 2021Yes 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.