If your input CSV file includes date-time fields in the following format:
2025-03-01T00:00:00.000-700
06-14-2022 00:00:00 UTC
Post ingestion into Data 360 (formerly Data Cloud), the date-time fields are either incorrectly parsed or show up as as incorrect time when viewed via the Data Explorer.
Through detailed review and testing, we've identified the following contributing factors:
Incorrect Timezone Format:
-700 or UTC is not a valid ISO 8601 timezone format.-07:00 or UTCMismatch in Parsers:
DateTimeFormatter) which does not support lenient parsing like Spark or SimpleDateFormat. As a result, the invalid timestamp fails to parse and is treated as null.Manual UI Format Correction Fails:
yyyy-MM-dd'T'HH:mm:ss.SSSXXXyyyy-MM-dd'T'HH:mm:ss.SSSZZZyyyy-MM-dd'T'HH:mm:ss.SSS ZZZyyyy-MM-dd'T'HH:mm:ss.SSS Z The Time values need to use ISO 8601 compliant values for time zone. Typically the ISO 8601 formats expect the timezone to be similar to -07:00 formats.
W-18042824
004695454

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.