riku
2025-09-16 5ad61d6ad3a0ce12c7fe0808527069b09a7c9c0d
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) +