public boolean isDateTimeCapable() {
   return scalarType != null && scalarType.isDateTimeCapable();
 }