Getting the timezone from request is probably impossible. However, you
can do it with javascript:


<script type="text/javascript" language="javascript">
<!--
var tzo=(new Date().gettimezoneOffset()/60)*(-1);
// -->
</script>

or something like that. This could be hacked into the relevant
webpages, but you still need a form... Maybe you can set it when you
log in?
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to