function setUserStart(target, time) {
    if (get(target, '_isUnix')) {
        time = _time.unix(time).timestamp();
    }