Recently they added a custom date format strings. ( They've had format strings on ToText ) Now they have format strings on FromText )
let
dt = DateTime.FromText("2001-01-01T05:09:23",
[Format = "yyyy-MM-ddTHH:mm:ss", Culture = "en-us"])
in
dt