Anonymous User Timezone

How can we have dates/times show in browser timezone when a user is not logged in? For example, a user in Japan when viewing Calendar events, see's ET dates, even if the event was created in the Japanese timezone. 

Parents
  • Hi Stephen, its a tricky one and is not as far as we are aware supported ootb

    If you used CloudFront for example you could try using that to expose the clients timezone (CloudFront-Viewer-Time-Zone)  and customise the widgets to use that value but it would probably get quite messy with the need to setup a mapping table 

    The platform does have the anonymous extension for language which uses the request headers so it might be worth adding this as idea for a possible platform improvement

Reply
  • Hi Stephen, its a tricky one and is not as far as we are aware supported ootb

    If you used CloudFront for example you could try using that to expose the clients timezone (CloudFront-Viewer-Time-Zone)  and customise the widgets to use that value but it would probably get quite messy with the need to setup a mapping table 

    The platform does have the anonymous extension for language which uses the request headers so it might be worth adding this as idea for a possible platform improvement

Children