for-each-ref的作者旁边显示的数字是多少?

时间:2018-02-21 01:54:56

标签: git

所以我一直在尝试在for-each-ref命令中使用--format选项,当我运行这个命令时:

git for-each-ref --format='%(author)'

我得到了这个输出:

Pat McGroin <McGrion.Pat@example.com> 1529175479 -0600

最后这些数字是多少?它们代表什么?

1 个答案:

答案 0 :(得分:3)

作者电子邮件之后的数字似乎是UNIX时间戳:

1529175479 -0600
 ^^ UNIX timestamp

1529175479值对应于日期02/21/2018 @ 2:02am (UTC)。您可以通过在线转换号码来说服自己:https://www.unixtimestamp.com/index.php