浏览代码

doc: update JSDoc of utility function `getCurrentTimestampStr`

yusheng chen 5 月之前
父节点
当前提交
a907d3ed8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chrome-extension/src/background/utils.ts

+ 1 - 1
chrome-extension/src/background/utils.ts

@@ -1,6 +1,6 @@
 export function getCurrentTimestampStr(): string {
   /**
-   * Get the current timestamp as a string in the format yyyy-MM-dd HH:mm:ss
+   * Get the current timestamp as a string in the format yyyy/MM/dd HH:mm:ss
    * using local timezone.
    *
    * @returns Formatted datetime string in local time