Details
Description
In r3279, the HumanTimeTest.java was updated and is now using the class java.util.Date, but the import for java.util.Date was not added, so currently the build is broken.
Patch is easy: just add "import java.util.Date" ![]()
Thank you!