Initialize day of year value.

Michael Meskes <meskes@postgresql.org>

Commit: c9351a9da5f0d8ef3a992452e727a5062d80adee
Author: Michael Meskes <meskes@postgresql.org>
Date: 2013-07-19T07:05:31Z
Releases: 9.2.5
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