[modules/datetime] Add help text
This commit is contained in:
parent
2c766d0c97
commit
14b8feeef1
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
|||
# pylint: disable=C0111,R0903
|
||||
|
||||
"""Displays the current time, using the optional format string as input for strftime."""
|
||||
"""Displays the current date and time.
|
||||
|
||||
Parameters:
|
||||
* datetime.format: strftime()-compatible formatting string
|
||||
* date.format : alias for datetime.format
|
||||
* time.format : alias for datetime.format
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
import datetime
|
||||
|
|
Loading…
Reference in a new issue