Re: [OT] Displaying Time Zones for user preferences

2011-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/22/11 3:51 PM, André Warnier wrote: > As Konstantin points out separately, if you are going to use the > local timezone for anything "serious", then you could get yourself > into a lot of complications. No, he's just saying "once a timez

Re: [OT] Displaying Time Zones for user preferences

2011-12-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 12/21/11 2:24 PM, André Warnier wrote: > Can you not use GeoIP to find out where a user is connecting from, > and select his time zone automatically for him/her ? (Saves your > conumdrum about how to display the choices) > > http://www.geoi

Re: [OT] Displaying Time Zones for user preferences

2011-12-22 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: [OT] Displaying Time Zones for user preferences Can you not use GeoIP to find out where a user is connecting from, and select his time zone automatically for him/her ? Not reliably. For example, it says

Re: [OT] Displaying Time Zones for user preferences

2011-12-21 Thread Konstantin Kolinko
2011/12/21 Christopher Schultz : > > We're getting to the point in our project where allowing users to > identify their own time zone so we can display adjusted timestamps is > something we can no longer do without. I'm trying to figure out how to > display a list of time zones in a drop-down list

RE: [OT] Displaying Time Zones for user preferences

2011-12-21 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: [OT] Displaying Time Zones for user preferences > Can you not use GeoIP to find out where a user is connecting > from, and select his time zone automatically for him/her ? Not reliably. For example, it says my desk

Re: [OT] Displaying Time Zones for user preferences

2011-12-21 Thread Hassan Schroeder
On Wed, Dec 21, 2011 at 11:24 AM, André Warnier wrote: > Can you not use GeoIP to find out where a user is connecting from, and > select his time zone automatically for him/her ? You still need to offer a manual selection option, because it's just not always accurate. Once I was investigating g

Re: [OT] Displaying Time Zones for user preferences

2011-12-21 Thread André Warnier
Christopher Schultz wrote: ...> I feel like I've got a Catch-22, here: despite the wealth of information provided by the JVM, I think I might still have to just have a giant list of supported time zones and hand-localize them, especially if I want to have "America/New York"-style labels. Does an