git --date 显示与当前时间相关的日期
relative local default iso rfc short raw
--date=relative显示用户本地时区中的时间戳。
--date=local(or--date=iso)以ISO 8601格式显示时间戳。
--date=iso8601(or--date=rfc)以RFC 2822格式显示时间戳,通常在电子邮件中找到。
--date=rfc2822 只显示日期而不显示时间,格式为--date=shortYYYY-MM-DD以内部原始Git格式显示日期。
--date=raw显示原始时区中的时间戳(提交者的或作者的)
--date=format:%c
以系统区域设置的首选格式显示日期.[注]
---
参考:
https://www.lmlphp.com/user/151326/article/item/2790918/
标签:显示,git,--,时间,date,格式 From: https://www.cnblogs.com/wutou/p/17493337.html