if ('undefined' !== typeof res.installDate) {
                    if (res.installDate instanceof Date) {
                        module.exports.installDate = res.installDate;
                    } else {
                        module.exports.installDate = new Date(res.installDate);