Hello all,
I have an application that edits using a FeatureService. Whenever an edit is made, a Date Field is populated with "DateTime.Now" When debugging, the time is correct at every step, but when I check the featureclass that was edited in the sde using ArcCatalog or ArcMap...the time portion of the DateTime is 5 hours ahead of the current time.
So, if I make an edit today at 3pm, the date being sent will be today at 3pm, but the date that ends up in the featureclass is today at 8pm.
I'm at a complete loss here as to why this is happening. Does anybody have any ideas? This is going to cause lots of problems if I can't get this fixed.
Thanks,
Will