HI,
I am trying to set dateTime field to current date and time (EST) (no matter what the client browser is having timezone, going to record EST time).
For above we have written logic to find EST time in CustomJs Section (works well) but while setting the datetime to Field (which is dateTime field) it rounds off to %5 value. e.g if est time is 10:29 it rounds off to 10:30 (i am expected to record 10:29).
Can you help me to record exact timestamp?
I already tried – SetFieldValue, SPJS.Utility.SetDateFieldAsDateObject methods with minute and second parameters too.
Your help is appreciated.