HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

idevicedate — Display the current date or set it on an iOS device. More information: <https://manned.org/ideviceda

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecurrentcommandidevicedateclidatesetdisplay

Problem

How to use the idevicedate command: Display the current date or set it on an iOS device. More information: <https://manned.org/idevicedate>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/idevicedate

Revisions (0)

No revisions yet.