Browse Source

Merge pull request #56 from samuel871211/updateJSDoc

doc: update JSDoc of utility function `getCurrentTimestampStr`
Ashu 5 tháng trước cách đây
mục cha
commit
b6820ab4d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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