You can determine that from LabVIEW itself.
You can get the time in seconds from Jan 1st, 1904 to Jan 1st, 1970 by using "Date/Time to Seconds", locate in the Time & Dialog functions menu. The result is an unsigned long number.
As you know, to get the time in seconds from 1904 until now, use "Get Date/Time in Seconds". The output is a double number, so you may want to convert that result into an unsigned long.
The time in seconds from 1970 until now is:
(1970 to now) = (1904 to now) - (1904 to 1970)
Best regards;
Enrique
www.vartortech.com