Time convert into human unix formate February 10, 2017 PHP : Takes a "human" time as input and returns it as Unix. $now = time(); $human = unix_to_human($now); $unix = human_to_unix($human); Read more