Mr. Wizard
Board Regular
- Joined
- Sep 28, 2005
- Messages
- 67
I developed a world clock that can determine the time anywhere in the world based on the =NOW() function. This works fine if someone is in my timezone, but it won't be correct in any other zone on the planet. Can I pull in the user setting for the timezone the user's computer is set to and calculate the relative time for all other time zones? If so, how?
My best solution so far is to use a web query to find GMT rather than the user's position. I was trying for something a little more self-contained.
Any suggestions?
My best solution so far is to use a web query to find GMT rather than the user's position. I was trying for something a little more self-contained.
Any suggestions?