Hide Forgot
Description of problem: CommandBase.getNow() calls System.currentTimeMillis and it passes the returned value to the constructed Date object's constructor. This is the same as default constructor's behavior. Plus then there is no need to call this method, it is more simply to create a java.util.Date How reproducible: Always
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.