current time and date

current time and date

  • Ubuntu tested OK
date '+%F %X'
  • Edgemarc tested OK
  • version that includes the Time Zone
date '+%F %X %Z' | sed 's/:/_/g' | sed 's/ /@/' | sed 's/ /_/'