Python UTC时间

时间:2019-03-21 18:51:43

标签: python-3.x time utc

我正在转换时间2003 151 00:30:00。通过使用

t = '2003 151 00:30:00'
datetime.datetime.strptime(t, '%Y %j %X')
give me 2003-05-31 00:30:00
I convert to seconds. year_doy_time.strftime("%s")
which gives me 1054355400.

我的问题是,谁知道这是否是UTC时间?我是python的新手,我不确定。

0 个答案:

没有答案