I have a form that when finished with the process, initiates a WF. This workflow processes the stored files and uploads some of the information of the form to an external DB for use elsewhere.
For tracking purposes, we want to keep track of when the initial form was submitted, but when I track tokens, we find that the time is 4 hours ahead of the actual time it is supposed to be. We noticed this after testing the solution and finding the time to be off when it was sent to the DB. The token %(bp_start_date) is saying 8:05:07 PM, the %(bp_start_date_utc) is saying 12:05:07 AM, but the actual time it should have is 4:05:07 PM. The servers for the Forms Service, SQL DB, and Workflow Server are all configured with the proper times, so I do not know why this is happening.
Please note: I have removed the date from the values I am indicating for these tokens to save space and avoid confusion. The UTC date was indicating a day forward from the current date since it went past 12 AM