Im trying to get the current timestamp which is the number of seconds past from 01/01/1970 But it seems like there isn’t a function like that in ahk like some languages do. I tried to do research but doesn’t seem like there’s a way to do it other than just multiplying and summing years,months,hours,minutes and seconds.
So my question is how do we mimick this function in ahk?
(I won’t provide a code sample because its irrelevant here.)