Skip to content

Commit

Permalink
WIP: date misformat after updating fhirclient
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Aug 21, 2024
1 parent 767bf5f commit 6991d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isacc_messaging/models/isacc_fhirdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def __repr__(self):
return self.isostring


DEEP_PAST = IsaccFHIRDate("1975-01-01T00:00:00Z")
DEEP_FUTURE = IsaccFHIRDate("2025-01-01T00:00:00Z")
DEEP_PAST = IsaccFHIRDate("1975-01-01")
DEEP_FUTURE = IsaccFHIRDate("2025-01-01")

0 comments on commit 6991d36

Please sign in to comment.