Searched refs:SECSPERMINUTE (Results 1 – 3 of 3) sorted by relevance
161 mm = utcoffset / SECSPERMINUTE; in main()162 utcoffset %= SECSPERMINUTE; in main()
37 #define SECSPERMINUTE (60) macro
1037 mm = i / SECSPERMINUTE; in floattotime()1038 i %= SECSPERMINUTE; in floattotime()1061 mm = i / SECSPERMINUTE; in floattoday()1062 i %= SECSPERMINUTE; in floattoday()