-
Type:
Bug
-
Resolution: Done
-
Priority:
Low
-
Component/s: Assets - Import
-
3
-
Severity 3 - Minor
-
1
Issue Summary
When importing date/time attributes from a CSV into Assets, the hour is converted to UTC time from the user's prefered timezone.
Steps to Reproduce
- Create a CSV import file with a date/time attribute.
- Input a value like "02/Jan/22 01:00 AM" in the CSV attribute.
Expected Results
The expectation is that the imported value will closely match the CSV, such as "Jan 02, 2022, 1:00 AM."
Actual Results
However, the date/time is being adjusted by a difference between the user's timezone and UTC, resulting in "Jan 02, 2022, 2:00 AM." for example.

Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available