private static final DateTimeFormat timeInputFormat = DateTimeFormat.getFormat("HH:mm");
private InputWidget widget;
public UTCTimeBoxImplHtml5() {
widget = new InputWidget("time");
setTimeFormat(timeInputFormat);
widget.addValueChangeHandler(new ValueChangeHandler() {
@Override