码迷,mamicode.com
首页 > 编程语言 > 详细

python 中hive 取日期时间的方法

时间:2018-11-21 15:36:13      阅读:443      评论:0      收藏:0      [点我收藏+]

标签:class   日期   time   时间   pen   sql   one   pre   begin   

#!/usr/bin/env python3
import sys
import os
import time, datetime

sys.path.append(os.getenv(‘HIVE_TASK‘))
from HiveTask import HiveTask
ht = HiveTask()

day_dt = ht.data_day_str
buy_begin = ht.oneday(-80)
buy_end = ht.oneday(-20)
day_begin = ht.oneday(-5)
day_end = ht.oneday(0)

print (day_dt)
print (buy_begin)
print (buy_end)
print (day_begin)
print (day_end)

print (‘ok‘)

  打印结果:

2018-11-20
2018-09-01
2018-10-31
2018-11-15
2018-11-20

python 中hive 取日期时间的方法

标签:class   日期   time   时间   pen   sql   one   pre   begin   

原文地址:https://www.cnblogs.com/Allen-rg/p/9994284.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!