mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
date: update Korean translation (#10685)
This commit is contained in:
parent
f5930b2f3e
commit
bac77a0148
1 changed files with 12 additions and 0 deletions
|
@ -22,3 +22,15 @@
|
|||
- 특정 날짜를 Unix 타임스탬프 형식으로 변환:
|
||||
|
||||
`date -d "{{2018-09-01 00:00}}" +%s --utc`
|
||||
|
||||
- 현재 날짜를 RFC-3339 형식으로 표시 (`YYYY-MM-DD hh:mm:ss TZ`):
|
||||
|
||||
`date --rfc-3339=s`
|
||||
|
||||
- `MMDDhhmmYYYY.ss` (`YYYY` 와 `.ss`는 선택 사항) 형식을 사용해 현재 날짜를 설정:
|
||||
|
||||
`date {{093023592021.59}}`
|
||||
|
||||
- ISO 기준 현재 몇 번째 주인지 표시:
|
||||
|
||||
`date +%V`
|
||||
|
|
Loading…
Add table
Reference in a new issue