Fixed the today function

This commit is contained in:
Anton Beloglazov 2012-10-15 14:46:49 +11:00
parent 588562363e
commit 398c9bcbdf

View File

@ -96,7 +96,7 @@ def execute(config, state):
@contract
def today(config, state):
def today():
""" Return the today's datetime.
:return: A datetime object representing current date and time.