Skip to content

Instantly share code, notes, and snippets.

@mrsinguyen
Created March 28, 2014 09:11
Show Gist options
  • Save mrsinguyen/9828588 to your computer and use it in GitHub Desktop.
Save mrsinguyen/9828588 to your computer and use it in GitHub Desktop.
Y-M-D-H-M-S
define('CMI_YEAR', (365*4+1)/4*24*60*60);
define('CMI_MONTH', (365*4+1)/48*24*60*60);
define('CMI_DAY', 24*60*60);
define('CMI_HOUR', 60*60);
define('CMI_MINUTE', 60);
define('CMI_SECOND', 1);
@mrsinguyen
Copy link
Author

Source storm module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment