mktime is a function that returns the time since the UNIX epoch from a given date and time. Found in C and PHP.
Reference for the C function: https://en.cppreference.com/w/c/chrono/mktime
Reference for the PHP function: https://php.net/manual/en/function.mktime.php