Initialize day of year value.

Michael Meskes <meskes@postgresql.org>

Commit: 4652abeb30b28dcb38621ea31f24936cdbdc83f8
Author: Michael Meskes <meskes@postgresql.org>
Date: 2013-07-19T07:05:18Z
Releases: 9.1.10
Initialize day of year value.

There are cases where the day of year value in struct tm is used, but it never
got calculated. Problem found by Coverity scan.

Files