Show HN: I made a tool to compare time zones
191–200 of 234 posts
Re: Show HN: I made a tool to compare time zones
#192Re: Show HN: I made a tool to compare time zones
#193I think the date selector is a must. My biggest timezone confusion happens during these two weeks when the US changes the daylight and the EU is not changed yet. So... during the two weeks in a year 9:00am SF time is not 18:00 EU time.
Re: Show HN: I made a tool to compare time zones
#194Re: Show HN: I made a tool to compare time zones
#195Essentially it does the same thing
Re: Show HN: I made a tool to compare time zones
#196This is really great! One feature I would love to see on this is link sharing. Just encoding data in the URL to share with others. Maybe adding a custom label to each timezone so international groups can easily keep track of team times!
https://savvytime.com/converter/ny-new-york-city-to-ca-los-a...
Re: Show HN: I made a tool to compare time zones
#197If you're one of those "give me a terminal or give me death" master race kind of person, then I have a little shell script I use for this: % tz US West 18:39 -0800 PST US East 21:39 -0500 EST UTC 02:39 +0000 UTC Ireland/UK 02:39 +0000 GMT West Europe 03:39 +0100 CET New Zealand 15:39 +1300 NZDT Current 02:39 +0000 GMT % tz 18:00 US West 10:00 -0800 PST US East 13:00 -0500 EST UTC 18:00 +0000 UTC Ireland/UK 18:00 +000…
I use something similar, but I use -d "$*" instead of -d "$1" so I can do $ dates 4 hours ago One of two times "$*" had been useful
For me the most useful part is being able to quickly translate things like "let's do a video chat at 3pm PST" to something that makes sense, which is why it had the second argument to set the timezone.
Re: Show HN: I made a tool to compare time zones
#198The tool is great!! Unfortunately, almost none in general public will lay eyes upon this. https://www.google.com/search?q=time+zone+calculator&oq=time... You can either fill your site with SEO keywords and pay/work for backlinks. OR die out in the vast ocean of other sites. True tragedy of commons.
> You can either […] SEO […] OR die out in the vast ocean of other sites. Not a problem if you aren't playing that game. I've got a few things out three that probably aren't listed anywhere (they won't be anywhere that respects the robots.txt equivalent of “go forth and fornicate”!). They are there for me, friends, family, or to refer people to when relevant. Heck I might even mention one on public forums occasionall…
Re: Show HN: I made a tool to compare time zones
#199Also, open-sourcing it would be cool.
Re: Show HN: I made a tool to compare time zones
#200I think the date selector is a must. My biggest timezone confusion happens during these two weeks when the US changes the daylight and the EU is not changed yet. So... during the two weeks in a year 9:00am SF time is not 18:00 EU time.
Yes, same for me! Being able to see not just gmt-5 but also standard vs daylight would be excellent!
Btw: Yours is one rare example where both domain and TLD are simply fitting, thanks!