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:
parent
4e4b94fd5d
commit
e8b803929e
1 changed files with 20 additions and 0 deletions
20
pages.pl/osx/date.md
Normal file
20
pages.pl/osx/date.md
Normal 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`
|
Loading…
Add table
Reference in a new issue