date: add Polish translation (#8687)

pull/1/head
Victoria Kruczek 2022-10-03 14:17:23 +02:00 committed by GitHub
parent 4e4b94fd5d
commit e8b803929e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

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

@ -0,0 +1,20 @@
# date
> Ustaw bądź wyświetl datę systemową.
> Więcej informacji: <https://ss64.com/osx/date.html>.
- Wyświetl aktualną datę w domyślnym formacie:
`date +%c`
- Wyświetl aktualną datę w formacie UTC i ISO 8601:
`date -u +%Y-%m-%dT%H:%M:%SZ`
- Wyświetl aktualną datę jako znacznik czasu Unix (sekundy od epoki systemu Unix):
`date +%s`
- Wyświetl określoną datę jako znacznik czasu Unix w domyślnym formacie:
`date -r 1473305798`