mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 01:19:14 +00:00
Repair r4
Why did that get undone?
This commit is contained in:
parent
e406fe3645
commit
f96b13e3b9
@ -537,7 +537,7 @@ public abstract class BaseDateTimeType extends PrimitiveType<Date> {
|
||||
validateValueInRange(theValue, theMinimum, theMaximum);
|
||||
Calendar cal;
|
||||
if (getValue() == null) {
|
||||
cal = new GregorianCalendar(0,0,0);
|
||||
cal = new GregorianCalendar();
|
||||
} else {
|
||||
cal = getValueAsCalendar();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user