//clear all tvt
EventsGlobalTask.getInstance().clearEventTasksByEventName(TvT.get_eventName());
for(String time:TVT_TIMES_LIST){
TvT newInstance = TvT.getNewInstance();
//LOGGER.warn("SYS_LOG: "+"registerTvT: reg.time: "+time);
newInstance.setEventStartTime(time);
EventsGlobalTask.getInstance().registerNewEventTask(newInstance);
}