瀏覽代碼

Merge pull request #56 from samuel871211/updateJSDoc

doc: update JSDoc of utility function `getCurrentTimestampStr`
Ashu 5 月之前
父節點
當前提交
b6820ab4d4
共有 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