I run WeeWx using a Davis Vantage Pro2 weather station and a Raspberry Pi v3.
I would like to import several months of WeatherLink data to WeeWx using the WeeWx_import facility. My textfile records are shown in local date/time. I thought I might use LibreOffice Calc to generate a timestamp for each record in UTC, but realized that this would necessitate that I take Daylight Saving and Standard times into consideration (no big deal but a potential source of error). If I instead use the local date/time in the CSV file, will the import program make the appropriate UTC conversions for my time zone? Or, must the import file contain UTC times, either as date/time or UTC timestamps?
Thanks in advance.