| Index: client/common_lib/rtc.py
|
| diff --git a/client/common_lib/rtc.py b/client/common_lib/rtc.py
|
| index 51778d0db569b87c19accfa06f0788bce860537e..5d44f3dc572752e82eb795b6078074eba3fb1f34 100644
|
| --- a/client/common_lib/rtc.py
|
| +++ b/client/common_lib/rtc.py
|
| @@ -1,5 +1,13 @@
|
| +# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can
|
| +# be # found in the LICENSE file.
|
| +
|
| +"""Provides utility methods for the Real Time Clock device.
|
| +"""
|
| +
|
| import errno
|
|
|
| +
|
| def get_seconds(utc=True):
|
| """
|
| Read the current time out of the RTC
|
|
|