adb shell date

mac2025-03-25  22

## ROOT

C:\Temp>adb root && adb remount remount succeeded

C:\Temp>adb shell date  --help usage: date [-u] [-r FILE] [-d DATE] [+DISPLAY_FORMAT] [-D SET_FORMAT] [SET]

Set/get the current date/time. With no SET shows the current date.

Default SET format is "MMDDhhmm[[CC]YY][.ss]", that's (2 digits each) 

     Month/Date/hour/minute/century/year.second

C:\Temp>date The current date is: 2019/11/01 周五 Enter the new date: (yy-mm-dd) C:\Temp>adb shell date "110110362019.00" Fri Nov  1 10:36:00 GMT 2019

C:\Temp>time The current time is: 10:36:18.17 Enter the new time:

C:\Temp>date The current date is: 2019/11/01 周五 Enter the new date: (yy-mm-dd)

C:\Temp>adb shell date "110110362019.17" Fri Nov  1 10:36:17 GMT 2019  

最新回复(0)