Re: [Zope3-dev] zc.datetimewidget and ITZInfo request adapter

2006-04-02 Thread Jim Washington
Bernd Dorn wrote: hello guys from zc is there an implementation of the adapter from request to ITZInfo you use in zc.datetimewidget for example in http://svn.zope.org/zc.datetimewidget/trunk/src/zc/datetimewidget/datetimewidget.py?rev=41765&view=auto ... tzinfo = ITZInfo(request, None) ..

[Zope3-dev] zc.datetimewidget and ITZInfo request adapter

2006-04-02 Thread Bernd Dorn
hello guys from zc is there an implementation of the adapter from request to ITZInfo you use in zc.datetimewidget for example in http://svn.zope.org/zc.datetimewidget/trunk/src/zc/ datetimewidget/datetimewidget.py?rev=41765&view=auto ... tzinfo = ITZInfo(request, None) ... if not, what wou