Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
TalendDate.getCurrentDate().getHours().equals(0) || TalendDate.getCurrentDate().getHours().equals(1)
while ( TalendDate.getCurrentDate().getHours() < 2) {
System.out.println(TalendDate.getCurrentDate());
Thread.sleep((20)*1000);
}