if (time.y !== 0) {
      if (time.m !== 0) {
        return time.y + "y" + Math.abs(time.m) + "m";
      } else {
        return time.y + "y";