Skip to content

Commit

Permalink
Removed dysfunctional timezone from timestamp function.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 18, 2015
1 parent c12d5fd commit d72f531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import datetime

def tm_log():
return datetime.datetime.now().strftime('[%Y-%m-%d %H:%M:%S %Z]')
return datetime.datetime.now().strftime('[%Y-%m-%d %H:%M:%S]')

def mk_file_rw(fname):
fh = os.open(fname, os.O_CREAT, 0o0600)
Expand Down

0 comments on commit d72f531

Please sign in to comment.