Hi there,
exporting a table to csv gives me the correct date:
“Status”,”Anreise”,”An-Zeit”,”Abreise”,”Ab-Zeit”,”Organisation”,”Ansprechpartner”,”Telefon”,”Gäste”
“Anfrage”,”31.10.2021″,”16:00″,”04.11.2021″,”10:00″,”Grömitz”,”Frau X Y”,”+49″,”10.00″
(the 31.10.2021)
Using XLS:
<Row>
<Cell ss:StyleID=”xls-style-3″><Data ss:Type=”String”>Anfrage</Data></Cell>
<Cell ss:StyleID=”xls-style-4″><Data ss:Type=”DateTime”>2021-10-30T22:00:00.000Z</Data></Cell>
<Cell ss:StyleID=”xls-style-5″><Data ss:Type=”String”>16:00</Data></Cell>
there is the “2021-10-30T22:00:00.000Z”. Its one day earlier.
Any idea?
Regards
Chris