python 实现UTC时间加减的方法 如下所示:#!/usr/bin/envpython#-*-coding:utf-8-*-importdatetimetime_delta=datetime.timedelta(hours=-2)time_now=date 时间加减