Searched refs:get_ts (Results 1 – 5 of 5) sorted by relevance
23 from boto.utils import get_ts42 self['FileAccessedDate'] = get_ts(t)44 self['FileModifiedDate'] = get_ts(t)46 self['FileCreateDate'] = get_ts(t)
26 from boto.utils import get_ts66 message[key] = get_ts()106 message['Service-Write'] = get_ts()
3 from boto.utils import ShellCommand, get_ts12 self.ts = get_ts()
826 params['Timestamp'] = boto.utils.get_ts()935 req.params['Timestamp'] = boto.utils.get_ts()
454 def get_ts(ts=None): function