Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Importing CSV Date Columns

I have a fully functional workflow importing a CSV attachment, but when it creates the list item SharePoint is doing its "assumes everything is UTC" thing.

A date in the file of "2/11/26 0:00" is shown as "2/10/2026 6:00 PM" in the list. Looking through the available functions it's not obvious if any of them can convert a datetime to UTC. I don't want to just subtract 5 hours for my time zone, because my backwards country insists on using daylight savings time and sometimes it would need to be 6 hours.

Any suggestions on how to handle this natively within the workflow, or do I need to do something like create a calculated column in SharePoint?

Hi Joseph,

We understand that when the date from the CSV file is imported, it is automatically converted to the site’s time zone. Based on the example you shared, the site appears to be using Central Standard Time (CST).

To prevent this conversion from occurring, please follow these steps:

  1. Open the NITRO Workflow.
  2. Edit the ‘Parse CSV’ action.
  3. In Advanced Settings, populate the time zone as shown in Image 1.

This will ensure the dates are interpreted correctly without being shifted by the site’s time zone.

Uploaded files:
  • Screenshot-2026-02-17-005825.png
Krista White and jlazzaro have reacted to this post.
Krista Whitejlazzaro