I have a SharePoint site collection with Australia timezone.
now it is 24/03/2026 11 pm UTC & 25/03/2026 10 am Australia time.
where i have a field named "Request For Acceptance", and it should capture the date when a file is uploaded. so inside my Update item field i were updating this date field using UTCNOW() command, as follow:-
but if i upload the document now (now it is 24/03/2026 11 pm UTC & 25/03/2026 10 am Australia time.), the date inside sharepoint site will be 24/03 while it is 25/03 australia time (which is the site collection timexzone).. so in this case we should convert the time to Australia time before updating the item? this is a bit confusing as in sharepint the date is stored in UTC , and converted to the site collection time zone when been displayed?? correct? so why this did not work for the update item?
Thanks