Time zones Mar15 '06
I am in dire need of a good way to "convert" local times to a specified time zone.
For example, if someone sets a project up at 8 AM Florida time (Eastern Standard Time) - how could I convert that to Central Time?
Sure, I could simply subtract an hour from it, but I don’t want to have to do this manually. I want it to be figured out automatically by a script.
I want all times, no matter what local city they originate from, to be converted to Central Standard Time.
So, simply subtracting won’t even work, because first the script has to figure out what time zone the specified time is originating from.
Every "project" has an address. Every address has a zip code. So... using that zip code, there should be some way to query for the time zone, and then do the conversion to CST.
I am thinking along the lines of an API, such as Google Maps, but I have yet to find anything useful.
Categories: Programming ![]()
Add Feedback (view all)
Leave feedback
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
Similar Entries
- Google wastes our time with quasi-hoax "Mail Goggles" (212 recent visits)
- The space/time continuum: Back to the Future vs. Timeline (59 recent visits)
- Google Reader published time useful for Twitter updates (46 recent visits)
- Tax time: web-based software (1 recent visits)
- Developing web applications in real-time (2 recent visits)
- Tax time online software choices (5 recent visits)
Stats
5 unique visits since November 2008
Recent Referrers (click)
- est vs cst time
- cst vs est time zone
- cst vs est time zone
- cst vs est time zone
- cst vs est time zone
- est vs cst time
- cst vs est time zone
- cst vs est time zone
- cst vs est time zone
- cst vs est time zone
- est vs cst time
- cst vs est time zone
- cst vs est time zone
- cst vs est time zone
- cst vs est time zone
- est vs cst time
- cst vs est time zone
Store em with gmmktime and pull em with ... Read more.