mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-12 12:47:39 +02:00
Change NotApplicableValue -> UnparsableValue
This commit is contained in:
@@ -58,7 +58,7 @@ def wintime_to_datetime(wintime: int) -> typing.Union[
|
||||
def unixtime_to_datetime(unixtime: int) -> typing.Union[
|
||||
interfaces.renderers.BaseAbsentValue, datetime.datetime]:
|
||||
|
||||
ret = renderers.NotApplicableValue()
|
||||
ret = renderers.UnparsableValue()
|
||||
|
||||
if unixtime > 0:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user