v.21.3Bug Fix

Fix segfault in fromModifiedJulianDay for Nullable integral types

Fix a segfault in function fromModifiedJulianDay when the argument type is Nullable(T) for any integral types other than Int32. #19959 (PHO).