这行xml中的代码代表什么?
<time>1573643067</time>
它来自pfsense防火墙。确切的时间是多少?如何将其转换为正常时间?
<updated>
<time>1573643067</time>
<username>user@IP (Local Database)</username>
</updated>
答案 0 :(得分:0)
它们是自1970年1月1日(即所谓的Unix时间)以来的秒数。使用以下内容转换该值: https://www.epochconverter.com/ 另请参见https://en.wikipedia.org/wiki/Unix_time