pub fn date_text() -> Option<String>
Fetch the current date and time in YYYY-MM-DD HH:MM format using the date command line program.
YYYY-MM-DD HH:MM
date
Will return None if there are errors in calling date.
None