> That application of the user's timezone might be done before the  
> datetime is actually generated, or with a datetime.replace 
> (tzinfo=ITZInfo(request)) call.  (The immutable nature of strings,  
> datetimes, and other similar types doesn't prevent us from 
> performing  
> operations with them or from replacing one attribute value with  
> another, of course).

Of course :-)

I guess my question was whether you see the widget handling the setting of the 
time zone, or the application. My vote would be that the widget deal with this, 
using adaptation to black box the process of finding the implicit tzinfo 
(assuming the widget doesn't have a UI for explicitly setting it).

 -- Garrett
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to