I am using utcNow() function in order to populate one of my datetime fields in the Sharepoint list which is meant to give me the UTC time of when the form was submitted.
For whatever strange reason this produces current datetime minus 8 hours so rather giving me 16:00 UTC it gives me 08:00 am.
Any ideas as to why this happens and how to solve this.