On 07/26/2016 09:13 AM, Lars Issing Sauer wrote:
According to the description "%M" is minutes and "%m" is month... but the command takes "%M" as month and "%m" as minutes ;)
Sorry, I don't see any bug here. "date +%M" outputs the current number of minutes past the hour, and "date +%m" outputs the current month number, and that is what is documented.
