I have date-time pairs in a csv file that look like
11/4/2012
in one column and
12:06:08 AM
in the neighboring column. They are recorded in local time (i.e., they switch to PST and PDT at the appropriate times), but there is no tz or DST indicator in the file. The only visible way to detect that is that the sequence of times does funny things. For example, on November 4, 2012, I have a sequence of times like
12:51:20 AM 1:13:08 AM 1:24:58 AM 1:40:28 AM 1:48:08 AM 1:54:08 AM 1:56:58 AM 1:04:28 AM 1:05:48 AM 1:07:18 AM 1:15:00 AM 1:39:08 AM 2:05:38 AM
PST presumably begins with the 1:04:28 AM reading, but there is no indicator.
Is there a straightforward approach to assigning time zones properly (presumably using lubridate)? The file is long, so I'd rather not loop through one reading at a time, as I fear that could take some time. I'll have to do the same thing in reverse for the spring.