Hi,
So when saving to a "Date" type field, does it always convert the time to UTC, or does it just store the date/time as whatever is fed/typed in.
For example, in a VertiGIS Mobile application I am working on we are auto setting the Inspection Date field in a form with = Date.Now(), but when the form saves to the table in our SDE it seems to be saving 4 hours ahead. So what should be 9/21/2023 @ 8:22AM actually shows up in the data as 9/21/2023 @ 12:22PM.
Can anyone explain what might be going on??