laptop and a wrench

Bug

Date fields cannot be set to a null value when editing features via the feature service SOAP API in ArcGIS 10.3.1 for Server. The value becomes '1899/12/30 0:00:00'.

Last Published: November 21, 2018 ArcGIS for Server
Bug ID Number BUG-000091275
SubmittedOctober 8, 2015
Last ModifiedJuly 28, 2020
Applies toArcGIS for Server
Version found10.3.1
StatusIn Review

Workaround

Set TimeReference to the DataObjects:For .NET:TimeReference pTime = new TimeReference();pTime.TimeZoneNameID = "UTC";pTime.RespectsDaylightSavingTime = true;pTime.RespectsDynamicAdjustmentRules = true;DataObjects addDataObjects = new DataObjects(); addDataObjects.DataObjectArray = dArray; addDataObjects.TimeReference = pTime;For XML:
<!--REQUIRED-->
<TimeReference>
<TimeZoneNameID>UTC</TimeZoneNameID>
<!--Optional:-->
<RespectsDaylightSavingTime>true</RespectsDaylightSavingTime>
<!--Optional:-->
<RespectsDynamicAdjustmentRules>true</RespectsDynamicAdjustmentRules>
</TimeReference>

Steps to Reproduce

Bug ID: BUG-000091275

Software:

  • ArcGIS for Server

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options