The
⎕TS function is useful for getting the current time and date, but is there a function that can give me a simple timestamp as a single number (milliseconds from some epoch). I'm mainly interested in using this when benchmarking.
I know I can play some games with the decode function, but the fact that different months have different number of days, it's impossible to do it in a way that will always yield a single, correct, number.
What's the solution for this?
Regards,
Elias