I have a problem when uploading a workspace to FME server using the API. There is a difference in the date output in feature writer in CSV format. I have a datetime formatter which change the date to %d-%m-%Y %T.
When run the job on FME server after publishing from FME desktop the output CSV has the espected value "29-05-2016 11:36:03.553" (%d-%m-%Y %T).
When run the job after POST by the API the output in the CSV is "20160529113603.553" (date format FME).
In the featurewriter the output is manual and the date field is set to string.
I don't understand this behaviour.