Link to home
Start Free TrialLog in
Avatar of Camillia
CamilliaFlag for United States of America

asked on

What is this datetime?

I'm parsing a JSON file and the datetime field looks like below and I get an error.

What data type I need to declare for it to get the datetime? This SQL 2014

declare @datetime datetime
set @datetime ='2015-01-09T00:37:25.321730Z'

select @datetime

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of PortletPaul
PortletPaul
Flag of Australia 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