PHP Epoch Converter and Date/Time Routines
Getting current epoch time in PHP Time returns an integer with the current epoch: time() // current Unix timestamp microtime(true) // microtime returns timestamp with microseconds (param: true=float, false=string) Convert from epoch to human readable date...