Function decYearToUnixSec( decYear )

Description:
Converts a Decimal Year to seconds since 1970-01-01.
Parameters:
decYear (floating point)
decimal year
Return Value (floating point):
seconds since the Unix epoch
Examples:
Signature:
double decYearToUnixSec(double)