riku
2025-09-19 58c0f11fe2f23a1be2dec768f9ac02107301a634
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) +