| Bug ID Number |
BUG-000139965 |
| Submitted | May 18, 2021 |
| Last Modified | August 24, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.7 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
This issue is non-reproducible in ArcGIS Pro 3.5.
Workaround
Use Calculate Field with Python 3 as Expression Type and with Date functions, such as datetime.datetime.now() to populate the local current time:
- Right-click the Date Field > Calculate Field.
- Expression: Python 3.
- Click the Filter icon next to Helpers > Date. Choose any compatible helpers such as datetime.datetime.now().
- Click Apply.
Steps to Reproduce