Files
cheatsheet-tldr/tldr/idevicedate
2024-10-31 00:17:43 +00:00

22 lines
436 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`