diff --git a/twoot.py b/twoot.py index ecb2148..2a7a40f 100755 --- a/twoot.py +++ b/twoot.py @@ -982,7 +982,7 @@ def main(argv): # Check what timestamp would look like logging.debug("TEST TIMESTAMP " + str(time_string)) - logging.debug(tweet_text + ' (' + datetime.strftime(timestamp, '%d %b %Y %H:%M %Z') + ')') + logging.debug(tweet_text + ' (' + datetime.strftime(timestamp, '%x %X') + ')') # If no media was specifically added in the tweet, try to get the first picture # with "twitter:image" meta tag in first linked page in tweet text