riku
2025-05-16 6d479f9fbc15e96383fe25270575c976e4356e89
src/utils/time-util.js
@@ -44,7 +44,7 @@
    const year = time.getFullYear();
    const month = time.getMonth() + 1;
    const date = time.getDate();
    return (
    return dayjs(
      year +
      format +
      (month < 10 ? '0' + month : month) +