Topic profile page for Timezones.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Timezones.
Topic "Timezones" was discussed 0 times on 0 sites in last 3 months
On the road back from Indianapolis and a ridiculous... On the road back from Indianapolis and a ridiculous performance by Andrew Bird. Aside from our failure to account for timezones, great day. 10:28 PM Sep 29th from Echofon
Started 3 days, 7 hours ago (2009-12-28 10:16:00)
by cadkins23
timezones and activity status updates like on facebook Two questions: I'm once again creating a social network for a niche domain name that I own. One feature that I want to offer is an event calendar. Even if I didn't have an event calendar, when people post messages, comments, etc. the time is recorded and that way a user can see when ...
Started 1 week ago (2009-12-24 06:41:00)
by hellind2 View Beta Profile Web Hosting Master
VPS accounts hosting websites targeting at specific timezones will definitely have a peak period. Usually the most non-peaks hours are during the early morning. Do you put various VPS accounts from different timezones to optimize the user of cpu resources? But then I don't see hosts asking what would a customer targeted timezone be.
Started 2 weeks ago (2009-12-17 17:26:00)
by ednrg
We have a meeting app that tracks meetings across timezones. The app shows 3 days worth of data. The original programmers created a time table that contained each time(in 30 min increments) with an offset for the day. So, there are 48 times with the offset of -1, followed by another 48 with an offset of 0, and another set with an offset of 1. This structure supposedly worked well when they ...
Started 2 weeks ago (2009-12-17 05:47:00)
by Cybernaut
I am reading different files and extracting date out of them . But dates are appearing to be from different timezones ( or from different countries ) , hence I am receiving Exception in thread "main" java.text.ParseException: Unparseable date: " maandag 19 november 2001 5:48" while parsing String of date to Date Object . The code I am using is SimpleDateFormat dateFormat ...
Started 1 day, 8 hours ago (2009-12-30 09:13:00)
by kayaksnow
So I just flew back from St. Louis yesterday and I noticed both coming and going that while I had my pre in airplane mode both ways it kept up with timezone changes on the time as I flew. I was under the assumption that in airplane mode it is basically just a fancy pda/mp3 player with no outgoing or incoming signals. Anyone else noticed this?
Started 1 week, 1 day ago (2009-12-23 11:55:00)
by Degskalle
Sebco said: Degskalle said: It's a big nation, so it needs several timezones. If you're referring to them having other names for them... what does it matter? It still abides by the standard. By what standard? that each timezone is another hour? -6 GMT and Eastern time or whatever hardly seems like the same thing. GMT is much easier to convert and use. Yes, it IS the same thing. ...
Started 1 week ago (2009-12-23 19:53:00)
by Molrak
Well to give sum intel i,m searchin for a dutch clan (Holland) or an english clan for 2 reasons i,d like to understand what people are sayin + timezones i mean americans are cool 2 but they have a - 6 timezone so holland or english plz i,m an avrage player i,m not pro and i,m not bad and ofcourse i got my moments hehehe
Started 1 week ago (2009-12-24 09:01:00)
by octane
Heres something for the kids to see later on once xmas day starts before us because of the timezones. Its a santa tracker to show his location on his epic journey. http://www.noradsanta.org/en/index.html
Started 1 week, 1 day ago (2009-12-22 23:17:00)
by Glee
Now, I know that sites showing the World of Warcraft Realm Censuses aren't accurate, but I feel they give a strong indication of how things are flowing in the realm at the time. I've downed my server choices to 5, based on population , server type , and suggested timezones for each server. Right now, I have: Korgath: '68% A / 32% H' (PvP) [19k] Lightninghoof: '41% A / 59% H' (RPvP) [19k]...
Started 3 days, 12 hours ago (2009-12-28 05:00:00)
by WhereverYouAre_
-------------------------------------------------- ------------------------------ Inspired by the talk we've had, we thought this would be a great idea to keep track of everyone. So, just holla with your Country and Timezone and Jill-Renay (Fearlessღ) shall add you to the map. If you live in a large country with many timezones, if you could be slightly more specific (like state)...
Started 6 days, 20 hours ago (2009-12-24 21:27:00)
by hellind2 View Beta Profile Web Hosting Master
Quote: Originally Posted by PCS-Chris 1. It would be a nightmare to manage. At the moment our VPS systems are largely automated. Having to spread them out by timezone would mean we would have to manually process orders. You could have someone order from Greece and be targeting UK time instead of Greece so that becomes difficult. We ...
Started 2 days, 1 hour ago (2009-12-29 15:52:00)
by cgraz
Will each user select their timezone? You can store the date and time in mysql using the mysql datetime/timestamp format so you can use built-in mysql functions easily, but when you pull it out of your database, convert it to a unix timestamp. Then set the user's timezone with date_default_timezone_set(), and use date() to output the date/time based on their timezone. Links: unix_...