Ideajam Idea: Allow internet sites to be assigned different time zones
Category Ideajam Lotus
Bookmark :
I was giving some thought to the Domino server yesterday, and how the Domino server is able to host multiple Domino websites using Internet Site documents. I believe this is a strength of the Domino server, even though it is a "required" feature for any industrial-strength Web server. I was specifically thinking of servers used to host Domino blogs - and how those blogs are created and managed from people scattered all over the world - especially at hosting sites like Connectria, PSC or DominoDeveloper.net. It then occurred to me that one thing I don't like about having my blog hosted is that my blog runs on the time zone where the server is located - or more specifically, the time zone set for the server itself. I think it would be a very nice feature if the Domino administrator could pick a time zone for any internet site hosted on the server - but to be honest, I wasn't sure if this was already possible. I asked Gabriella Davis of the Turtle Partnership if it was already possible, and she told me that it wasn't - and that led me to post the idea on IdeaJam.
So, I went ahead and posted my second idea there. It is entitled, "Allow internet sites to be assigned different time zones", and here is the content of the idea:
Domino servers have the ability to host different websites. It would be very helpful if you could set up your different internet sites to have different time zones. Treat each site timezone as an offset from the server's time zone, and allow each site's actions to process under the set localized time zone. This would be a great feature, and very beneficial to allow Domino to be more viewed as an enterprise-level web server.
While talking to Gab she reminded me that we may be able to code an interim solution at the Domino application level - it is already done in the DWA/Webmail interfaces, where it asks you for your time zone. Given this has been done at that level, I may explore coding something like that for my blog, and then contributing it to Blogsphere - but before I do so, I wanted to mention it here and maybe discuss it with y'all, to help me vet the idea and even do some preliminary design work on it.
So, I leave it to you, gentle LotusGeek reader - is this a good idea? If so, please go to IdeaJam and vote for it (here). If you think it is a good idea, what are some ways we could code an interim solution at the application/database level? Let's do some "paper prototyping" here and see if we can get this worked out.
Rock









Blog Roll










Comments
Have your tried using this built-in Domino feature?
{ Link }
It's not exactly what you are looking for (controlling the time zone for each site at the server level) and it has a few coding limitations but I think this is the functionality Gab is talking about. The full documentation is here { Link }
Posted by Dan Frederiksen At 10:29:18 PM On 04/15/2008 | - Website - |
Posted by Rob Novak At 01:01:34 AM On 04/16/2008 | - Website - |
Seems like you could just automatically set the cookie for your entire domain if the cookie doesn't already exist so that, say, all times shown on *.lotusgeek.com are in your (Rocky's) time zone rather than your server's zone by default.
Having a "Set TimeZone" link that goes to a page that sets this cookie wouldn't be too much harder.
Setting www.lotusgeek.com/$Preferences.nsf?OpenPreferences doesn't seem to have any effect, though. I'm guessing the comment times aren't time fields but computed strings.
Posted by John Smart At 03:47:53 PM On 04/24/2008 | - Website - |