I have a form that can be submitted and edited, I need to add calculated field updated_at that should be the timestamp. this will allow me to query submissions that have changed for a period of time.
The submissions will be done from the browser.
I have used this function https://docs.opendatakit.org/form-operators-functions/?highlight=now#now
but it only gives dateTime on a format that is hard to compare
If you want date and time in a different format you could always use different operators such as the ones in the ‘Converting dates and time’ section of the form operators link you posted.
Thanks @nat, this really helps in getting something close to timestamp, but it still relies on the fact that the submitting computer has the correct time. if the clock is behind, then my server requesting the latest submission might miss the submission