format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -6,14 +6,14 @@
`date +"%c"`
- 以 UTC 和 ISO 8601 格式显示当前日期:
- 以 UTC 和 ISO 8601 格式显示当前日期
`date -u +"%Y-%m-%dT%H:%M:%SZ"`
- 将当前日期显示为unix时间戳自1970-01-01 00:00:00以来的秒数
- 将当前日期显示为 unix 时间戳(自 1970-01-01 00:00:00 以来的秒数)
`date +%s`
- 使用默认格式显示特定日期格式化指定UNIX时间戳:
- 使用默认格式显示特定日期(格式化指定 UNIX 时间戳):
`date -r 1473305798`