The datetime output is identical to that of the E8601DTw.d format except for the T separator.
"yyyy-mm-dd hh:mm:ss.ffffff" instead of
"yyyy-mm-ddThh:mm:ss.ffffff"
A format generating the same output for date (and time?) variables would be useful too as some tools like Impala can only use timestamps, not dates.
I know this can be done using a picture format. Doing so makes the code a lot less portable though.