Softlayer API - SoftLayer_Metric_Tracking_Object :: getSummaryData如何知道时区?

时间:2016-05-03 13:04:29

标签: python api ibm-cloud-infrastructure

当我调用SoftLayer_Metric_Tracking_Object::getSummaryData时,它会返回一些带时间戳的值,如:

{
    'counter': 7591.0,
    'type': 'privateIn_net_octet',
    'dateTime': '2016-04-12T08: 00: 00+08: 00'
}

如图所示,"dateTime"将给出一个时区,在本例中,时区为+8,我通过shell命令"检查了服务器的时区。日期-R",显示:Tue, 03 May 2016 12:20:09 +0000,时区为+0

那么它如何知道应该使用哪个时区呢?

1 个答案:

答案 0 :(得分:0)

时区取决于Softlayer用户的配置,您可以通过登录Softlayer的门户来编辑时区,然后转到https://control.softlayer.com/account/user/profile并更改时区值。

此致