@@ -29,17 +29,17 @@ BSON_BEGIN_DECLS
29
29
30
30
/* avoid system-dependent struct tm definitions */
31
31
struct bson_tm {
32
- int64_t tm_sec ; /* seconds after the minute [0-60] */
33
- int64_t tm_min ; /* minutes after the hour [0-59] */
34
- int64_t tm_hour ; /* hours since midnight [0-23] */
35
- int64_t tm_mday ; /* day of the month [1-31] */
36
- int64_t tm_mon ; /* months since January [0-11] */
37
- int64_t tm_year ; /* years since 1900 */
38
- int64_t tm_wday ; /* days since Sunday [0-6] */
39
- int64_t tm_yday ; /* days since January 1 [0-365] */
40
- int64_t tm_isdst ; /* Daylight Savings Time flag */
41
- int64_t tm_gmtoff ; /* offset from CUT in seconds */
42
- char * tm_zone ; /* timezone abbreviation */
32
+ int64_t tm_sec ; /* seconds after the minute [0-60] */
33
+ int64_t tm_min ; /* minutes after the hour [0-59] */
34
+ int64_t tm_hour ; /* hours since midnight [0-23] */
35
+ int64_t tm_mday ; /* day of the month [1-31] */
36
+ int64_t tm_mon ; /* months since January [0-11] */
37
+ int64_t tm_year ; /* years since 1900 */
38
+ int64_t tm_wday ; /* days since Sunday [0-6] */
39
+ int64_t tm_yday ; /* days since January 1 [0-365] */
40
+ int64_t tm_isdst ; /* Daylight Savings Time flag */
41
+ int64_t tm_gmtoff ; /* offset from CUT in seconds */
42
+ const char * tm_zone ; /* timezone abbreviation */
43
43
};
44
44
45
45
int64_t
0 commit comments