`faker.date` return as number

Feature RequestImprovementQuestion
Hello!
I am testing my API with Yaak and for dates it uses timestamps.
However, when I’m using faker.date.future(...) it returns only the string ISO version, such as "2026-05-26T20:36:12.099Z" for example.
Is there any way to make it return a timestamp as of right now ? If not, could that be a feature?
macOS
Glad you found a solution!
Nevermind, I found the answer!
If anyone have the same issue, there’s a solution : use
timestamp.unixortimestamp.unixMillisand put inside the function thefaker.datevalue.