string sql = "update systemperiod set start_date=to_date('" + time + "','yyyy-mm-dd hh24:mi:ss') where id =" + this.ID;