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 52df342 commit 96e0cccCopy full SHA for 96e0ccc
src/include/pgtime.h
@@ -28,7 +28,7 @@ struct pg_tm
28
int tm_min;
29
int tm_hour;
30
int tm_mday;
31
- int tm_mon; /* origin 0, not 1 */
+ int tm_mon; /* origin 1, not 0! */
32
int tm_year; /* relative to 1900 */
33
int tm_wday;
34
int tm_yday;
0 commit comments