BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xml-python-examples
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
xml-python-examples
Commits
ea8f5790
Commit
ea8f5790
authored
Feb 20, 2019
by
Forest Godfrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the date format to match Hootsuite:
https://help.hootsuite.com/hc/en-us/articles/204585120-Schedule-messages-in-bulk?fbclid=IwAR275itK8wHeSoHs5xKBM6eHxBDM6fgUPGrzwuk4Q3FSXbCdz60IOEJvpx8
parent
b3d30700
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
posts.py
posts.py
+1
-1
No files found.
posts.py
View file @
ea8f5790
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment