* @throws GlobalException
*/
public static final String getTimeString(Timestamp time, Conf timeFormat) throws GlobalException {
if (null == time) {
throw new GlobalException(Err.INVALID_OBJECT);
}
if (null == timeFormat) {
return getTimeString(time);
}