LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

idevicedate

displays or sets the date and time on iOS devices

TLDR

Show device date and time
$ idevicedate
copy
Set date and time
$ idevicedate -s "[2024-01-15 10:30:00]"
copy
Show in UTC
$ idevicedate -u
copy
Target specific device
$ idevicedate -u [device-udid]
copy

SYNOPSIS

idevicedate [options]

DESCRIPTION

idevicedate displays or sets the date and time on iOS devices. Part of the libimobiledevice suite. Can synchronize device time with host system.

PARAMETERS

-s datetime

Set device date/time.
-u
Show time in UTC.
-c
Use current host time.
-n
Connect over network.

SEE ALSO

ideviceinfo(1), date(1)

Copied to clipboard
Kai