Symptom
- At the end of the file name the suffix "-0400" appears.
- When creating an integration using the date suffix format "yyMMddHHmmssZ", the output filename includes a suffix such as "-0400" or "+0000", etc., as seen in the example below:
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SAP SuccessFactors HCM Suite - Integration Center
Reproducing the Issue
- Enter the Integration Center.
- Create a new integration.
- Go to the "Destination Settings" tab.
- Set the "Date suffix format" to yyMMddHHmmssZ.
- Run your integration.
- Observe the filename, which will display a suffix like "-0400" or other numbers.
Resolution
As this is a standard Java date format, the suffix is appended to denote the timezone offset from UTC.
It is correct for the "+0000" suffix to appear in the yyMMddHHmmssZ date format, as it denotes the timezone offset from UTC. "+0000" indicates that the time is in UTC, while "-0400" indicates that the time is 4 hours behind UTC (UTC-4).
Keywords
Date suffix format, yyMMddHHmmssZ, timezone offset, UTC, integration center, filename suffix, Java date format , KBA , LOD-SF-INT-INC , Integration Center , Problem
Product
Attachments
Pasted image.png |
Pasted image.png |