Computer Tips - Linux: manually set time on the command line

Date: 2014jun18 Update: 2025jan1 OS: Linux Level: beginner Importance: important Q. Linux: manually set time on the command line A. With the `date` command:
date -s 1103 for 11:03 AM
Don't forget to use 24-hour time:
date -s 1355 for 1:55 PM
You can also set the date with this command.