MiscUtils.DateInterval
index
/usr/local/share/webware/MiscUtils/DateInterval.py

DateInterval.py
 
Convert interval strings (in the form of 1w2d, etc) to
seconds, and back again.  Is not exactly about months or
years (leap years in particular).
 
Accepts (y)ear, (b)month, (w)eek, (d)ay, (h)our, (m)inute, (s)econd.
 
Exports only timeEncode and timeDecode functions.

 
Modules
       
re

 
Data
        __all__ = [<function timeEncode at 0x802a6d0c8>, <function timeDecode at 0x802a6d140>]