self.mirror_service.timeline().insert(
body={
'text': '123 456',
'notification': {
'deliveryTime': rfc3339.timestamp_from_tf(timestamp_after_duration),
'level': 'DEFAULT'
},
}
).execute()
格式化的时间戳如下所示:2013-06-16T02:47:33-00:00
这似乎是正确的,但我收到了一个错误的请求/400。有使用此属性的示例吗?