Hello,
I have an attribute rule set to return Date(3000, 0, 1). When the rule runs on the desktop, it correctly returns 3000/01/01. However, when the rule runs through ArcGIS Server, it returns 2999/12/31.
How can I ensure that it always returns 3000/01/01? We are using AGS 10.9.1 and MS SQL.
Thanks.
Ok, I was able to resolve this with this exact code:
ToUTC(Date("3000-01-01T00:00:00+00:00"))