I\'m using the following code:
LocalTime time = LocalTime.now(); String timeStr = time.toString(); String hr = timeStr.split(":")[0]; String min = t