Skip to content

Instantly share code, notes, and snippets.

@sanglt
Forked from mrsinguyen/gist:9828588
Last active August 29, 2015 13:57
Show Gist options
  • Save sanglt/9828667 to your computer and use it in GitHub Desktop.
Save sanglt/9828667 to your computer and use it in GitHub Desktop.
define('CMI_SECOND', 1);
define('CMI_MINUTE', CMI_SECOND*60);
define('CMI_HOUR', CMI_MINUTE*60);
define('CMI_DAY', CMI_HOUR*24);
define('CMI_YEAR', (365*4+1)/4*CMI_DAY);
define('CMI_MONTH', (365*4+1)/48*CMI_DAY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment