We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
timestampWithMs
1 parent 429ae67 commit dd3d00aCopy full SHA for dd3d00a
packages/utils/src/time.ts
@@ -121,7 +121,12 @@ export const dateTimestampInSeconds: () => number = dateTimestampSource.nowSecon
121
*/
122
export const timestampInSeconds: () => number = timestampSource.nowSeconds.bind(timestampSource);
123
124
-// Re-exported with an old name for backwards-compatibility.
+/**
125
+ * Re-exported with an old name for backwards-compatibility.
126
+ * TODO (v8): Remove this
127
+ *
128
+ * @deprecated Use `timestampInSeconds` instead.
129
+ */
130
export const timestampWithMs = timestampInSeconds;
131
132
/**
0 commit comments