SUPPORT-9337: fix

This commit is contained in:
adel.ka 2025-08-21 12:50:01 +03:00
parent 342239dd64
commit 91a77849d6

View file

@ -14,7 +14,7 @@ public final class DateUtils {
public static String getFormattedClientDate(Timestamp timestamp, String clientTimeZone) {
if (timestamp == null) {
return "";
throw new IllegalArgumentException("Timestamp parameter is required");
}
ZoneId zoneId;