Преглед на файлове

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