Linux date

/bin/date +"%c"
seg 26 nov 2018 23:46:42 -04


/bin/date +"%a, %d %b %Y, %H:%M"
seg, 26 nov 2018, 23:11

date +"%c" |cut -d":" -f1-2
seg 26 nov 2018 23:40

date "+%d %B %Y"
26 novembro 2018

/bin/date +"%d-%m-%Y"
26-11-2018

date +"%D"
11/26/18

date +"%T"
23:41:50

date +"%R"
23:43

date +%d-%m-%Y -d "5 days ago"
21-11-2018

date -d "2 week"
seg dez 10 23:49:29 -04 2018

date -d "5 month 2 day"
dom abr 28 23:51:59 -04 2019

Create pem certificate

 Creating a .pem with the Private Key and Entire Trust Chain     Log into your DigiCert Management Console and download your Intermediate (D...

Mais vistos