Nuacht

I have a datetime field and want to format it to a specific string format. I add the transformation "Convert field type". When selecting my DateTime field an choose to transform it to String I get a ...
The SQLiteDialect stores Date, DateTime, and Time types in TEXT fields. The conversion from DateTime to text is done using the current culture of the local computer instead of the InvariantCulture.