document utc naive timestamp

Fixes bug #1048647

Change-Id: I611e28054d8e0d08b1b4a5343c7f586db7b6fdbb
This commit is contained in:
John Tran 2012-11-06 18:23:14 +00:00
parent 5009e425f3
commit f2230c5176
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