SUPPORT-9337: fix
This commit is contained in:
parent
de194e4bb2
commit
f206735c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue