漏洞 ID 编号 |
BUG-000163669 |
已提交 | December 12, 2023 |
上次修改时间 | May 5, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.2 |
操作系统 | Windows OS |
操作系统版本 | N/A |
状态 | Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
This issue was addressed in ArcGIS Pro 3.3 with additional changes to the high precision date support.
解决办法
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
重现步骤