V6122. The 'Y' (week year) pattern is used for date formatting. Check whether the 'y' (year) pattern was intended instead.
V6122 Usage of 'Y' (week year) pattern was detected: it was probably intended to use 'y' (year). WebSocketNextJsonRPCService.java 39
public class WebSocketNextJsonRPCService implements ConnectionListener {
private static final DateTimeFormatter FORMATTER =
DateTimeFormatter.ofPattern("YYYY-MM-dd HH:mm:ss");
....
}