1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/osx/date.md
Reinhart Previano Koentjoro 3b4f14e890
pages.id/*: add and update Indonesian translations (#13859)
* pages/*: add and update Indonesian translations

* common/ls, windows/comp: fix Indonesian translations

* Update comp.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update comp.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-10-03 04:45:19 +02:00

502 B

date

Atur atau tampilkan tanggal sistem. Informasi lebih lanjut: https://keith.github.io/xcode-man-pages/date.1.html.

  • Tampilkan tanggal saat ini menggunakan format locale:

date +%c

  • Tampilkan tanggal saat ini dalam format UTC and ISO 8601:

date -u +%Y-%m-%dT%H:%M:%SZ

  • Tampilkan tanggal saat ini sebagai Unix timestamp (detik sejak jaman Unix):

date +%s

  • Tampilkan tanggal tertentu (diwakili sebagai Unix timestamp) menggunakan format bawaan:

date -r {{1473305798}}