When using the Convert Time Field tool, the AM and PM designators convert incorrectly in the Korean language environment.
上次发布: November 2, 2020ArcGIS Pro
漏洞 ID 编号
BUG-000118090
已提交
November 9, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.2.3
操作系统
Windows OS
操作系统版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The input time format uses AM/PM while the Windows locale expects 오전/오후. The time formats must match, so the recommended solution is to use input format dd/MM/yy hh:mm:ss tt;1033;; (or select (en-US)-1033 from Locale drop-down menu). This allows the time .dll to compare English designators and produces the correct Korean designator when the output time format is yyyyMMddHHmmsstt.