Skip to content

Commit f54258b

Browse files
committed
updated timestamp format
1 parent a41c199 commit f54258b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-rss.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ def to_list(value):
188188

189189
def string_from_time(value):
190190
try:
191-
return time.strftime('%Y-%m-%d %H:%M:%S', value)
191+
return time.strftime('%Y-%m-%dT%H:%M:%S', value)
192192
except:
193193
return ''

0 commit comments

Comments
 (0)