Re: Multiple timezones
Re: Multiple timezones
- Subject: Re: Multiple timezones
- From: Samuel Pelletier via Webobjects-dev <email@hidden>
- Date: Wed, 26 Feb 2020 13:06:16 -0500
Hi Michael,
There is no easy or universal answer to this question. The best solution also
depends on the meaning of the timestamp data.
If your system is used on multiple timezones, ...
- you may have situation where you want to always display the time in the event
location time zone like airplane takeoff and landing;
- you may want to always display the event time in the user local timezone like
an event log;
- you may want to always display in a fixed time zone like a server log...
So you may or may not need to store the time zone of an event to display it
properly.
To add some ugliness to this already complex problem, we have a very nasty
thing called daylight saving time where we change the time zone of locations
based on the date. This can easily create situation where an event change time
when crossing the DST change dates...
First step is to analyse the problem and figure out how timestamps should be
displayed.
Regards,
Samuel
> Le 25 févr. 2020 à 12:59, Michael Kondratov via Webobjects-dev
> <email@hidden> a écrit :
>
> 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>) |