We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da606f commit c0d7a9cCopy full SHA for c0d7a9c
lib/date_helper.py
@@ -3,5 +3,5 @@
3
# I don't love this format, feel free to change (I just
4
# extracted it from prior code).
5
def format_date1(ts):
6
- """ Nov 05 2019 at 02:51"""
+ """Nov 05 2019 at 02:51"""
7
return datetime.utcfromtimestamp(ts).strftime("%b %d %Y at %H:%M")
0 commit comments