String message = MessageFormat("It is now {0,time,short}.", Date.from(Instant.now()));to
String message = MessageFormat.format("It is now {0,time,short}.", Date.from(Instant.now()));
Thanks to (your name might go here) for their bug reports and suggestions!
Please use this form to report any bugs that you find. Please check the list of known bugs first before you report a bug. Unfortunately, I do not have the time to respond personally to every report, but I do read them all and will post updates to this page. Thank you!