Skip to content

Commit d9d4db2

Browse files
committed
comment
1 parent d6429a0 commit d9d4db2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/functions/timestamp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Helper function to generate an ISO 8601 formatted timestamp string
1+
// Helper function to generate an ISO 8601 formatted timestamp string in UTC
22
// :returns: An ISO 8601 formatted timestamp string (ex: 2025-01-01T00:00:00.000Z)
33
export function timestamp() {
44
const now = new Date()

0 commit comments

Comments
 (0)