{"body":"   The fuzz in units can cause problems with relative items.  For\nexample, '2003-07-31 -1 month' might evaluate to 2003-07-01, because\n2003-06-31 is an invalid date.  To determine the previous month more\nreliably, you can ask for the month before the 15th of the current\nmonth.  For example:\n\n     $ date -R\n     Thu, 31 Jul 2003 13:02:39 -0700\n     $ date --date='-1 month' +'Last month was %B?'\n     Last month was July?\n     $ date --date=\"$(date +%Y-%m-15) -1 month\" +'Last month was %B!'\n     Last month was June!","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/h10NRIM2","modified":1517371482,"id":"h10NRIM2","size":518,"lines":12,"own_paste":false,"theme":"","date":1517371482}