aboutsummaryrefslogtreecommitdiffstats
path: root/subreddit.py
diff options
context:
space:
mode:
Diffstat (limited to 'subreddit.py')
-rwxr-xr-xsubreddit.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/subreddit.py b/subreddit.py
index 5f12e74..0360dea 100755
--- a/subreddit.py
+++ b/subreddit.py
@@ -49,7 +49,8 @@ logging.basicConfig(
# logger.addHandler(handler)
def get_time():
- return time.strftime("%b %d %Y %H:%M:%S", time.gmtime())
+ # return time.strftime("%b %d %Y %H:%M:%S", time.gmtime())
+ return datetime.datetime.now().astimezone().isoformat()
def display(message, concerning = None):
logging.info(message)