Преглед изворни кода

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