Skip to content

Commit

Permalink
Accurate docstring for gm_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Jun 20, 2013
1 parent 00f111e commit d8f4d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycassa/columnfamily.py
Expand Up @@ -61,7 +61,7 @@ def keys(self):
return map(self.name_unpacker, self.type_map.keys())

def gm_timestamp():
""" Gets the current GMT timestamp in microseconds. """
""" Returns the number of microseconds since the Unix Epoch. """
return int(time.time() * 1e6)

class ColumnFamily(object):
Expand Down

0 comments on commit d8f4d69

Please sign in to comment.