Questions time convertor
-
Hello
I get time in this form ,"expires":"1579562340" and I have a capture of it
How do I make time in date / month / year?
-
I fixed it myself
I'll put the code if someone needs it
PARSE "<SOURCE>" LR "expires":"" """ -> VAR "UnixTime"FUNCTION UnixTimeToDate "<UnixTime>" -> CAP "EXPIRED"