const name = getName(__filename),
  timeOnly = /^\d+:\d+ [ap]\.m\./,
  timeAgoSec = /1 second ago/,
  timeAgoSecs = /([12]?\d|30) seconds ago/,
  timeAgoMins = /([12]?\d|30) (min|mins) ago/,