Learning machine learning? Try my machine learning flashcards or Machine Learning with Python Cookbook.
Check Current Date And Time
If we want to see the system’s current date and time, we can use the date
command.
Check System’s Current Time
date
Tue Jul 17 10:07:27 PDT 2018
Check System’s Current Time In UTC Time
date -u
Tue Jul 17 17:26:25 UTC 2018