1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

date: add Polish translation (#8687)

This commit is contained in:
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

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`