Re: [web2py] Re: time zone in web2py revisited

2015-09-24 Thread Itamar Cohen
Thank you Niphold Thanks for the explanation: My specific individual problem was that it took me a while to find out where to inject the tz script that I generate (in my case in the index() function). Since the index function is the first page in my application I just had to add {{=tz}} in the h

[web2py] Re: time zone in web2py revisited

2015-09-24 Thread Niphlod
first time I hear someone having 2.5 issues, nice! let's see if we can clear them up 1. The plugin basically works invoking a nice js library that does its best to determine client-side what timezone the user is in. This info is POSTed to web2py, and stored in the user session. Since the "au