Get timestamp sequentially #2633
-
Is it possible to get timestamps in sequence? |
Beta Was this translation helpful? Give feedback.
Answered by
matthewmayer
Jan 29, 2024
Replies: 1 comment 4 replies
-
Could you elaborate your request? I'm not sure what you are asking. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
faker.date.betweens
then sort the results?Or
faker.date.soon
and each time pass the previously generated date as refDate?