mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
More comment update of time macros.
This commit is contained in:
@ -229,8 +229,8 @@ do { \
|
||||
#define HOURS_PER_DAY 24 /* assume no daylight savings time changes */
|
||||
|
||||
/*
|
||||
* This doesn't adjust for uneven daylight savings time intervals, nor
|
||||
* leap seconds.
|
||||
* This doesn't adjust for uneven daylight savings time intervals or leap
|
||||
* seconds, and it crudely estimates leap years.
|
||||
*/
|
||||
#define SECS_PER_YEAR (36525 * 864) /* avoid floating-point computation */
|
||||
#define SECS_PER_DAY 86400
|
||||
|
Reference in New Issue
Block a user