ColdFusion - DateTime Format with GMT offset
问题 I am using ColdFusion 10 to make some REST calls and the date returned is using a GMT offset. Example: 2013-03-25T14:30:40-04:00 I need this formatted for 2 purposes: Screen Display so it looks something like mm/dd/yyyy hh:mm:ss To Insert into mySQL. I have tried a variety of the CF time/date functions but continue to get the "is not a valid date format" I thought maybe the #ParseDateTime(i.submitted_at,"pop")# would handle it with POP but same issue. Spent a few hours now trying multiple