Formatted Date Strings in Linux
You can easily print the current time as a formatted string using the date
command in linux:
date "+%Y-%m-%d %H:%M:%S %z"
You can easily print the current time as a formatted string using the date
command in linux:
date "+%Y-%m-%d %H:%M:%S %z"
This tutorial uses Linux Mint 18.
For development and testing, you’ll often want to run WordPress on a local machine. In Linux Mint we can get up and running quickly using a few packages and settings changes.