| Bug ID Number |
BUG-000163669 |
| Submitted | December 12, 2023 |
| Last Modified | May 5, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 3.2 |
| Operating System | Windows OS |
| Operating System Version | N/A |
| Status | Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
|
Additional Information
This issue was addressed in ArcGIS Pro 3.3 with additional changes to the high precision date support.
Workaround
Use a file geodatabase instead of a memory workspace.
- Create a python script to create a memory workspace.
- Create a directory to a file geodatabase.
- Create Table and add date & time fields.
- Use the MigrateDateFieldToHighPrecision() tool.
- Run the python script
Steps to Reproduce