Esri / data-assistant

ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Apache License 2.0
22 stars 8 forks source link

datetime object might not be copying correctly #187

Open JRosenfeldIntern opened 7 years ago

JRosenfeldIntern commented 7 years ago

While building the unit tests for Data Assistant, I tried to copy over a datetime object into a preview feature class. When copied over, however, it appears two of the fields have a millisecond specifier. The source field has it set to one millisecond and the target's is set to two milliseconds, throwing an assertion error. Below is a screenshot of the data and the data I used.

capture

WaterDataMigration.gdb.zip