mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
343 B
Markdown
17 lines
343 B
Markdown
![]() |
# idevicedate
|
||
|
|
||
|
> Display the current date or set it on an iOS device.
|
||
|
> More information: <https://manned.org/idevicedate>.
|
||
|
|
||
|
- Display the current date and time:
|
||
|
|
||
|
`idevicedate`
|
||
|
|
||
|
- Set the date and time on the device to the system time:
|
||
|
|
||
|
`idevicedate --sync`
|
||
|
|
||
|
- Set the date and time to a specific timestamp:
|
||
|
|
||
|
`idevicedate --set {{timestamp}}`
|