在 p4perl 中,返回的时间格式是什么?

in p4perl what is the time format that is returned?

我已经开始使用 p4perl。当我 运行 p4 使用 api 更改时,它 returns 我用一个奇怪的数字来代替时间。

我得到 time:1494525845,当我看到相同的 p4 describe 时,我看到时间是 2017/05/11 14:04:05

有谁知道如何将大数映射为人类可读的格式?

提前致谢。

localtime in conjunction with POSIX's strftime to convert the epoch timestamp 用于本地化且人类可读的内容。