I have one column its has epoch time( String type) in the table.Want to minus one hour from epoch time .I'm trying to convert a string into epoch time and do the minus. But I am unable to convert the string to epoch time. Any help, please?
for Eg:
val epochTime="1499013460"
I want ti subtract one hour from the above epoch time.
Thanks!