Read the doc down a bit under the heading raw_datetime_format And see if that helps.
On Fri, Jul 15, 2022 at 4:55 PM Andrea Di Saverio < [email protected]> wrote: > Hello everybody. > > I'm reading the doc about the importing process from csv file > https://www.weewx.com/docs/utilities.htm#[CSV] and I'm confused about the > configuration of the `dateTime` field: in the example csv provided by the > doc, the date and time is `23 May 2018 13:00`. Let me quote: > ``` > date_and_time,temp,humid,wind,dir,rainfall,rad,river > 23 May 2018 13:00,17.4,56,3.0,45,0.0,956,340 > 23 May 2018 13:05,17.6,56,1.0,22.5,0.4,746,341 > ``` > > But in the import-config-file the unit system specified is `unix_epoch`. > Let me quote: > ``` > [[FieldMap]] > dateTime = date_and_time, unix_epoch > ``` > > So this is confusing to me, since date and time in the csv are not in unix > epoch format. > What is going on? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/5d11ebca-abc9-497b-a076-79776dc16a75n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/5d11ebca-abc9-497b-a076-79776dc16a75n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Peter Quinn (415)794-2264 -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAA1SM20gimgiOhT5xCtyi%3DW6dLHE_bS0k4aTFfUWeJcQSQgZHg%40mail.gmail.com.
