The date in the LVM file is extracted from the t0 value of the input data. Since your input data is a boolean, it gets coerced to a waveform with t0=0 and dt=1 with a single element of 1.00. The epoch for the timestamp is January 1, 1904 midnight GMT. In the US, with timezone difference, this gets translated to Dec 31, 1903 some time in the late evening.
It sounds like the only thing the Express VI is doing for you is autoindexing the file. While you can turn the header off (choose
no headers on the configuration page), you would probably be better off writing the data to the file yourself. Autoindexing the file name is fairly easy using a shift register in a loop to keep track of the name index and checking for file size after each write to close-old/open-new file. The Express VI was designed for numerical data, so does not work well with text. Sorry...