Live data from Hacker News

Accepting the "I could do that in a weekend" challenge

thetimezoneconverter.com

41–50 of 88 posts

Re: Accepting the "I could do that in a weekend" challenge

#41

Thanks in advance for any feedback on the site.

Can you make this a dashboard widget?

Not a bad idea. It would be handy to have it a keypress away but the benefits from my point of view (the developer's) are almost too great in keeping it a webpage: easier to update, ability to add ads, wider audience, etc.

Re: Accepting the "I could do that in a weekend" challenge

#42

That's great! Your are absolutely correct, most sites seem to originate in pre-2000. Just two additional ideas: For the problem you specified I did find a interface which gives you a day view of both destinations with the corresponding times on both sides, and colored backgrounds (green for good meeting times, yellow for too early or too late or midday and red for night) so that you can easily find out an optimal mee…

Thanks, appreciate the compliment and ideas. I do remembering coming across that other site too. I've been looking for a fun graphic or animation to jazz up the UI (I believe in making products "fun") so maybe the analog clock idea is it.

An additional idea would be a (small? popup?) google earth view where you can click on the locations instead of entering them in the textfields.

Re: Accepting the "I could do that in a weekend" challenge

#45
Even if you're not using PHP I highly recommend reading Derick Rethans's slides on Date and Time. There's lots of good information there, especially about all the various quirks with timezones. http://derickrethans.nl/talks/time-zendcon9.pdf, you may even be able to find a video of him presenting this.

Re: Accepting the "I could do that in a weekend" challenge

#46
post #45

Even if you're not using PHP I highly recommend reading Derick Rethans's slides on Date and Time. There's lots of good information there, especially about all the various quirks with timezones. http://derickrethans.nl/talks/time-zendcon9.pdf , you may even be able to find a video of him presenting this.

Started to skim it... fascinating. Very cool.

Re: Accepting the "I could do that in a weekend" challenge

#47
Nice work - bookmarked. Minor things:

* support for alternate names (e.g. The Hague vs. Den Haag)

* some way of knowing when a city wasn't found - right now if I type the name of an unrecognised place then it isn't clear that the time displayed is no longer valid

* optional vertical layout for phones, and (to go with that) offline support? Perhaps not quite so minor, I'll admit ;)

Oh, and re. the "programmer-friendly" comment in your article - I'm one and I don't find those sites at all friendly...

Re: Accepting the "I could do that in a weekend" challenge

#48

Apparently 9:31 AM in Dublin time is NaN:aN PM in Dubai time... Besides that, its a nice app. EDIT: Since I got downvoted for this, let me rephrase in terms of a bug report: My local time is Dublin, Ireland (so UTC) and I entered 9:30 AM as the local time. Then I changed Greenwich to Dubai . The updating was pretty slow, so before it completed, I changed the local time to 9:31 and the output I got was NaN:aN PM . I'm…

I don't agree with the downvote - thanks for the bug report. I saw this a while back and was having trouble reproducing so this is helpful. I'll look into it.

Re: Accepting the "I could do that in a weekend" challenge

#49

It works correctly. It works as expected. I think it's great. A shorter domain name would have been nice though. Also - does it automatically take daylight savings time into account?

It does. For example, right now Australian times properly incorporate DST. The domain name was optimized for Google queries where it's important to have exact search terms in the name itself. Agreed that it's annoyingly long but I expect people to find it through Google with something close to that query.

Wow, that's great - how did you go about getting daylight saving time to work properly?

Re: Accepting the "I could do that in a weekend" challenge

#50

This is the best timezone converter I've ever seen. Nice work. Though really, I'm surprised Google hasn't added timezone conversion to their various measurement converters. I really just want a single text field that takes input in the format "[time/date] in [location/timezone]." For example, "1:30am PST in UTC" or "Tuesday 5pm in Paris."

Google's Closure javascript library has a lot of timezone related routines. Worth taking a look.
Post reply on HN