Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.

Robert Haas <rhaas@postgresql.org>

Commit: 96e0ccc2b589eda26585ed2a8dabf34b16747c1a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-01-24T14:36:17Z
Releases: 10.0
Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.

The comments in formatting.c already said that tm_mon was 1-based not
0-based, but the comments here disagreed.

Dmitry Fedin

Files

PathChange+/−
src/include/pgtime.h modified +1 −1