Mega Code Archive

 
Categories / Php / Date Time
 

Getting a specific GMT-based epoch timestamp

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