SEC_IN_1M
#define SEC_TO_MB(sec) ((unsigned int)(((sec) + SEC_IN_1M / 2) / SEC_IN_1M))
acc *= SEC_IN_1M;