Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2eb9e0 commit b051a34Copy full SHA for b051a34
src/include/utils/timestamp.h
@@ -81,8 +81,6 @@ typedef struct
81
*/
82
#define DAYS_PER_MONTH 30 /* assumes exactly 30 days per month */
83
#define HOURS_PER_DAY 24 /* assume no daylight savings time changes */
84
-#define MINS_PER_HOUR 60 /* assume no daylight savings time changes */
85
-#define SECS_PER_MINUTE 60 /* assume no daylight savings time changes */
86
87
/*
88
* This doesn't adjust for uneven daylight savings time intervals or leap
0 commit comments