Link to home
Start Free TrialLog in
Avatar of Southern_Gentleman
Southern_GentlemanFlag for United States of America

asked on

SSIS Variable date expression in UTC ISO-8601 format

I'm trying to create an expression for a date variable. My SSIS package is calling a particular RESTful JSON API and the date parameters format has to be in the
RFC 3339 or UTC ISO-8601 format. So if I wanted to get a date for today  i'd like to create an expression in order to make it auto populate. I've never ran into this format so i'm not very familiar.

so for today at 4:00PM my variable expression needs to look like this:   2019-02-26T16:00:00Z
ASKER CERTIFIED SOLUTION
Avatar of Southern_Gentleman
Southern_Gentleman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial