Commit 032eb907 authored by Andreas Jung's avatar Andreas Jung

updated doc

parent 09eba2fc
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
############################################################################## ##############################################################################
"""Encapsulation of date/time values""" """Encapsulation of date/time values"""
__version__='$Revision: 1.88 $'[11:-2] __version__='$Revision: 1.89 $'[11:-2]
import os, re, math, DateTimeZone import os, re, math, DateTimeZone
...@@ -475,8 +475,8 @@ class DateTime: ...@@ -475,8 +475,8 @@ class DateTime:
DateTimes may be created with from zero to seven arguments. DateTimes may be created with from zero to seven arguments.
- If the function is called with no arguments, then the - If the function is called with no arguments or with None,
current date/time is returned, represented in the then the current date/time is returned, represented in the
timezone of the local machine. timezone of the local machine.
- If the function is invoked with a single string argument - If the function is invoked with a single string argument
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment