function toDate()
in
lib/aws-signature-v4.js [171:173]
3
lines of code
1
McCabe index (conditional complexity)
function toDate(time) { return toTime(time).substring(0, 8); }