Initialize day of year value.

Michael Meskes <meskes@postgresql.org>

Commit: 24780e00d2bb10c6942edf579b60186ec469c77b
Author: Michael Meskes <meskes@postgresql.org>
Date: 2013-07-19T07:05:41Z
Releases: 9.3.0
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