Change session timezone to browser timezone
Hi,
I have a need to set the application module database session timezone to browser timezone. I know this can be achieved by adding code to 'prepareSession' method in the AM class. But I don't know how to get the browser timezone on form load and send it to the model layer, so that it can be used in the 'preparesession' method. Any help is appreciated.
Thanks.