8,367
edits
Changes
→Lite Series
A: Linux system to modify the system time: Linux system contains two kinds of time, one is the system time, and the other is the hardware time.<br>
The date command will set the date to August 7, 2018<br>
<nowiki>---- date -s 08/07/18</nowiki><br>
Set the time to 14:20 minutes and 50 seconds<br>
<nowiki>---- date -s 14:20:50</nowiki><br>
Set the time to 06/18/2014 14:16:30 (MMDDhhmmYYYY.ss)<br>
<nowiki>---- date 0618141614.30</nowiki><br>
<br><br>
== '''IoT series''' ==
<br>