tmpst += date.getMinutes() < 10 ?
    '0' + date.getMinutes() + '.json' :
    date.getMinutes() + '.json';