You are here

function date_unix_seconds in Date 5

File

./date.inc, line 1509
Date/time API functions

Code

function date_unix_seconds($unix) {
  return (int) date_gmdate('s', $unix);
}