Relative Content

Tag Archive for autohotkeyunix-timestamp

Ahk v2 current Unix Timestamp

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.