pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -5,11 +5,11 @@
- 使用默认区域设置的格式显示当前日期:
`date +"%c"`
`date +%c`
- 以 UTC 和 ISO 8601 格式显示当前日期:
`date -u +"%Y-%m-%dT%H:%M:%SZ"`
`date -u +%Y-%m-%dT%H:%M:%SZ`
- 将当前日期显示为 unix 时间戳(自 1970-01-01 00:00:00 以来的秒数):