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
c8491474
Commit
c8491474
authored
Feb 02, 2009
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed rest errors
parent
2abe2971
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lib/python/DateTime/DateTime.txt
lib/python/DateTime/DateTime.txt
+3
-4
No files found.
lib/python/DateTime/DateTime.txt
View file @
c8491474
====================
The DateTime package
====================
...
...
@@ -6,7 +5,7 @@ Encapsulation of date/time values.
Function Timezones()
====================
--------------------
Returns the list of recognized timezone names:
...
...
@@ -22,7 +21,7 @@ usage conflicts with the name used by pytz:
['CET', 'EET', 'EST', 'MET', 'MST', 'WET']
Class DateTime
==============
--------------
DateTime objects represent instants in time and provide interfaces for
controlling its representation without affecting the absolute value of
...
...
@@ -481,7 +480,7 @@ General formats from previous DateTime
>>> dt.PreciseTime()
'13:45:00.000'
* ``PreciseAMPM()``
return
the time string for the object:
* ``PreciseAMPM()``
returns
the time string for the object:
>>> dt.PreciseAMPM()
'01:45:00.000 pm'
...
...
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