Re: Multiple timezones
Re: Multiple timezones
- Subject: Re: Multiple timezones
- From: "Morris, Mark via Webobjects-dev" <email@hidden>
- Date: Tue, 25 Feb 2020 18:10:41 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=experian.com; dmarc=pass action=none header.from=experian.com; dkim=pass header.d=experian.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=CwEGp6UihTc2vItRTCxzl0RYJU7BEFX+Au7hRjysV2k=; b=TDkfyIRhbIOWC6C5JKKklvjkYjUwvNui3pqWfj6dBswGs07jOi4UQli9MzC91/HUxSxdXL8fFFg+LJkYMG81SOoQtkJDFYn/cBqWDqXQwKJdxu6QHeDmzI9j36yK2GSxlyL6xIWee4g6E9QSU1lwzTWGUduifynwNZgghrHhMlMjVmwN4KdXXjsJWztxUVwpgSf+4sOU7l4N02SeBLaDhgavEF/SGYKBk6iDL/LRdahOAIsJ+DJ3x7OALiL+GgRccY9shgN2NCVpcBDmda9dKmvYuwu7XMkMB+t2GO8Ja59RSH9EAX4xAdcE63H4ga2dJdj7blpfMME4TpAHfAINXw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ugs+HR1ZRdbHYXJKY1sytup6kwNTcM0oaHrSRkx1bIgFF/urDBs5qt6RevtxB7PX3lEquhwh0XySxegwFnUw4Ekfs9ytZYVhfpyMjittN0ZlNAOEY7V3R/bKo4UdSGRROTr5hh9zbS8j2YgCk9U5tut7Hnp5mv0tMqe+KZIERUPLD/0sQk4BCwZZSx130/a7BuZxUskE/x4AUr157+ESy5L4XZsCm17sPSGn7LSeET4OQmud3+tdl1KK++CsRjyQtJsE44ticF8PZ+l8L8FUR8XbvF3bKv0JklOP+8cm3CAGxpPVz4h6QB+VGbbm8wiC4HV23cuSeQNvlKm+YIK1nw==
- Thread-topic: Multiple timezones
Hi Michael,
I’d recommend storing only UTC. We grab the client’s timezone from the browser
using javascript and it gets sent back in the very next RR loop after they
visit the site, so for the rest of the session we can display any time data in
their local timezone if necessary.
Hope this helps!
Mark
> On Feb 25, 2020, at 11:59 AM, Michael Kondratov via Webobjects-dev
> <email@hidden> wrote:
>
> Hello!
> Whats the winning strategy on dealing with users / records in multiple
> timezones? We are starting add add companies that are few hours away from us
> and don't know how to best handle it.
>
>
>
> Sincerely,
>
>
> Michael
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Multiple timezones (From: Michael Kondratov via Webobjects-dev <email@hidden>) |