Getting a specific GMT-based epoch timestamp : gmmktime « Date « PHP






Getting a specific GMT-based epoch timestamp

 
<?php
$then = gmmktime(19,45,3,3,10,1975);
?>
  
  








Related examples in the same category

1.Epoch timestamps and gmmktime()
2.gmmktime and mktime