Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
Zope
Commits
032eb907
Commit
032eb907
authored
21 years ago
by
Andreas Jung
Browse files
Options
Download
Email Patches
Plain Diff
updated doc
parent
09eba2fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lib/python/DateTime/DateTime.py
lib/python/DateTime/DateTime.py
+4
-4
No files found.
lib/python/DateTime/DateTime.py
View file @
032eb907
...
...
@@ -12,7 +12,7 @@
##############################################################################
"""Encapsulation of date/time values"""
__version__
=
'$Revision: 1.8
8
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.8
9
$'
[
11
:
-
2
]
import
os
,
re
,
math
,
DateTimeZone
...
...
@@ -475,8 +475,8 @@ class DateTime:
DateTimes may be created with from zero to seven arguments.
- If the function is called with no arguments
, then the
current date/time is returned, represented in the
- If the function is called with no arguments
or with None,
then the
current date/time is returned, represented in the
timezone of the local machine.
- If the function is invoked with a single string argument
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment