date: add Dutch translation and fix typo's (#12910)

This commit is contained in:
Sebastiaan Speck 2024-06-09 12:18:06 +02:00 committed by GitHub
parent e6f7ca97a8
commit d85609471d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 78 additions and 6 deletions

View File

@ -17,4 +17,4 @@
- Menampilkan tanggal tertentu (diwakili sebagai _Unix timestamp_) menggunakan format bawaan:
`date -r 1473305798`
`date -r {{1473305798}}`

View File

@ -17,4 +17,4 @@
- 기본 형식을 사용하여 특정 날짜(Unix 타임스탬프로 표시) 표시:
`date -r 1473305798`
`date -r {{1473305798}}`

36
pages.nl/common/date.md Normal file
View File

@ -0,0 +1,36 @@
# date
> Stel de systeemdatum in of toon deze.
> Meer informatie: <https://www.gnu.org/software/coreutils/date>.
- Toon de huidige datum in het standaardformaat van de locale:
`date +%c`
- Toon de huidige datum in UTC, in het ISO 8601-formaat:
`date -u +%Y-%m-%dT%H:%M:%S%Z`
- Toon de huidige datum als een Unix timestamp (seconden sinds de Unix-epoch):
`date +%s`
- Converteer een datum gespecificeerd als een Unix timestamp naar het standaard formaat:
`date -d @{{1473305798}}`
- Converteer een opgegeven datum naar het Unix timestamp formaat:
`date -d "{{2018-09-01 00:00}}" +%s --utc`
- Toon de huidige datum in het RFC-3339 formaat (`YYYY-MM-DD hh:mm:ss TZ`):
`date --rfc-3339 s`
- Stel de huidige datum in met het formaat `MMDDhhmmYYYY.ss` (`YYYY` en `.ss` zijn optioneel):
`date {{093023592021.59}}`
- Toon het huidige ISO-weeknummer:
`date +%V`

20
pages.nl/osx/date.md Normal file
View File

@ -0,0 +1,20 @@
# date
> Stel de systeemdatum in of toon deze.
> Meer informatie: <https://keith.github.io/xcode-man-pages/date.1.html>.
- Toon de huidige datum in het standaardformaat van de locale:
`date +%c`
- Toon de huidige datum in UTC en ISO 8601-formaat:
`date -u +%Y-%m-%dT%H:%M:%SZ`
- Toon de huidige datum als een Unix timestamp (seconden sinds de Unix-epoch):
`date +%s`
- Toon een specifieke datum (gerepresenteerd als een Unix timestamp) met het standaard formaat:
`date -r {{1473305798}}`

16
pages.nl/windows/date.md Normal file
View File

@ -0,0 +1,16 @@
# date
> Toon of stel de systeemdatum in.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/date>.
- Toon de huidige systeemdatum en vraag voor een nieuwe datum (laat leeg om niet te veranderen):
`date`
- Toon de huidige systeemdatum zonder te vragen voor een nieuwe datum:
`date /t`
- Verander de huidige systeemdatum naar een specifieke datum:
`date {{maand}}-{{dag}}-{{jaar}}`

View File

@ -17,4 +17,4 @@
- Wyświetl określoną datę jako znacznik czasu Unix w domyślnym formacie:
`date -r 1473305798`
`date -r {{1473305798}}`

View File

@ -17,4 +17,4 @@
- Exibe uma data específica (representada como um timestamp Unix) usando o formato padrão:
`date -r 1473305798`
`date -r {{1473305798}}`

View File

@ -17,4 +17,4 @@
- 使用默认格式显示特定日期(格式化指定 UNIX 时间戳):
`date -r 1473305798`
`date -r {{1473305798}}`

View File

@ -17,4 +17,4 @@
- Display a specific date (represented as a Unix timestamp) using the default format:
`date -r 1473305798`
`date -r {{1473305798}}`