UNIX date does not inherit in the ArcGIS Survey123 web app.
ArcGIS Survey123
漏洞 ID 编号
BUG-000159220
已提交
June 20, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Survey123
找到的版本
3.17
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The ArcGIS Survey123 web app only supports decimal time. Users must convert the epoch time to decimal time and wrap that in a date() formula.
The correct syntax is: date-time(int(${epoch_time}) div 86400000)