Skip to content

Commit

Permalink
Update _getDateTimeInt at FP_Time
Browse files Browse the repository at this point in the history
  • Loading branch information
atuonufure committed Sep 1, 2023
1 parent d7e3853 commit e41809b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fhirpathpy/engine/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ def _getDateTimeInt(self):
hours=self._pyTimeObject.hour,
minutes=self._pyTimeObject.minute,
seconds=self._pyTimeObject.second,
microseconds=self._pyTimeObject.microsecond,
).total_seconds()
return None

Expand Down

0 comments on commit e41809b

Please sign in to comment.