Converts a String to a TimestampWithTimeZone value.
TimestampWithTimeZone TimestampWithTimeZone.valueOf(String val)
val A timestamp with time zone in the yyyy-mm-dd hh:mm:ss[.f...][ [-+]hh:mm] format. The fractional and time zone parts may be omitted. If the time zone is present, the sign can be omitted.
The new TimestampWithTimeZone.
java.lang.IllegalArgumentException Thrown if val does not have the correct format.