BigW Consortium Gitlab

Commit ea8f5790 by Forest Godfrey
parent b3d30700
......@@ -37,7 +37,7 @@ root = tree.getroot()
d = datetime.datetime(2019, 2, 21, 17, 0)
t = timedelta(0,30*60,0)
for post in root.findall('post'):
post_time = d.strftime("%Y/%m/%d %H:%M")
post_time = d.strftime("%m/%d/%Y %H:%M")
post_url, post_text = process_post(post)
d = d + t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment