SUPPORT-9337: fix
This commit is contained in:
parent
342239dd64
commit
91a77849d6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ public final class DateUtils {
|
||||||
|
|
||||||
public static String getFormattedClientDate(Timestamp timestamp, String clientTimeZone) {
|
public static String getFormattedClientDate(Timestamp timestamp, String clientTimeZone) {
|
||||||
if (timestamp == null) {
|
if (timestamp == null) {
|
||||||
return "";
|
throw new IllegalArgumentException("Timestamp parameter is required");
|
||||||
}
|
}
|
||||||
|
|
||||||
ZoneId zoneId;
|
ZoneId zoneId;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue