Commit 83013266 authored by Jim Fulton's avatar Jim Fulton

I meant ISO.

parent ce6358a0
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"""Encapsulation of date/time values""" """Encapsulation of date/time values"""
__version__='$Revision: 1.15 $'[11:-2] __version__='$Revision: 1.16 $'[11:-2]
import sys,os,regex,DateTimeZone import sys,os,regex,DateTimeZone
...@@ -1156,8 +1156,8 @@ class DateTime: ...@@ -1156,8 +1156,8 @@ class DateTime:
self._minute,self._pm,self._tz) self._minute,self._pm,self._tz)
def osi(self): def ISO(self):
"""Return the object in OSI standard format """Return the object in ISO standard format
Dates are output as: YYYY-MM-DD HH:MM:SS Dates are output as: YYYY-MM-DD HH:MM:SS
""" """
......
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