Skip to content

Commit 88c4751

Browse files
committed
chore: add TODO
1 parent 1a48047 commit 88c4751

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/time.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export class Time {
66
* @param outputType 'abbr' || 'wide' || 'unix' (default choice)
77
*/
88
recent(outputType: 'abbr' | 'wide' | 'unix' = 'unix'): string | number {
9+
// TODO @Shinigami92 2022-01-11: This is not non-deterministic
10+
// https://github.com/faker-js/faker/pull/74/files#r781579842
911
let date: string | number | Date = new Date();
1012

1113
switch (outputType) {

0 commit comments

Comments
 (0)