PHP – gettimeofday() Function
The PHP gettimeofday() function returns the current time.
The PHP gmdate() function formats a GMT/UTC date and time, and returns the formatted date string.
The PHP gmstrftime() function formats a GMT/UTC time and/or date according to locale settings.
The PHP microtime() function returns the current Unix timestamp with microseconds.
The PHP strftime() function formats a local time and/or date according to locale settings.
The PHP strtotime() function parses an English textual datetime into a Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT).
The PHP time() function returns the current time in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
The PHP timezone_abbreviations_list() returns an associative array containing dst, offset, and the timezone name.
The PHP timezone_identifiers_list() returns an indexed array containing all timezone identifiers.
The PHP timezone_location_get() returns location information for the given timezone.
The PHP timezone_name_from_abbr() returns the timezone name from abbreviation.
The PHP timezone_offset_get() returns the timezone offset from GMT.
The PHP timezone_transitions_get() returns all transitions for the timezone.