diff --git a/pyghmi/redfish/command.py b/pyghmi/redfish/command.py index 057f98cf..989b2591 100644 --- a/pyghmi/redfish/command.py +++ b/pyghmi/redfish/command.py @@ -1078,7 +1078,7 @@ class Command(object): currtime = bmcinfo.get('DateTime', None) correction = timedelta(0) if currtime: - currtime = _parse_time(currtime) + currtime = parse_time(currtime) if currtime: now = datetime.now(tz.tzoffset('', 0)) try: