Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
a1077042
Commit
a1077042
authored
Nov 28, 2005
by
Philipp von Weitershausen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some minor reshifting
parent
dfbcf88e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lib/python/DateTime/interfaces.py
lib/python/DateTime/interfaces.py
+5
-5
No files found.
lib/python/DateTime/interfaces.py
View file @
a1077042
...
...
@@ -154,10 +154,6 @@ class IDateTime(Interface):
__le__
=
lessThanEqualTo
def
dayOfYear
():
"""Return the day of the year, in context of the timezone
representation of the object"""
# Component access
def
parts
():
...
...
@@ -200,6 +196,10 @@ class IDateTime(Interface):
def
DayOfWeek
():
"""Compatibility: see Day"""
def
dayOfYear
():
"""Return the day of the year, in context of the timezone
representation of the object"""
def
aDay
():
"""Return the abreviated name of the day of the week"""
...
...
@@ -348,7 +348,7 @@ class IDateTime(Interface):
"""A DateTime may be added to a number and a number may be
added to a DateTime; two DateTimes cannot be added."""
__radd__
=
__add__
__radd__
=
__add__
def
__sub__
(
other
):
"""Either a DateTime or a number may be subtracted from a
...
...
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