function toDate()

in lib/aws-signature-v4.js [171:173]


function toDate(time) {
  return toTime(time).substring(0, 8);
}