소스 검색

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