Merge "document utc naive timestamp"

This commit is contained in:
Jenkins 2012-11-07 18:29:46 +00:00 committed by Gerrit Code Review
commit a5f966c5fb
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ class Connection(object):
:param data: a dictionary such as returned by
ceilometer.meter.meter_message_from_counter
All timestamps must be naive utc datetime object.
"""
@abc.abstractmethod