Post
Topic
Board Beginners & Help
Topic OP
Are they awake in China? Tool for determining timezones in a country
by
aretheyawakein
on 10/12/2013, 18:15:38 UTC
Hi everyone,

I am new here but I just wanted to mention a tool I just created that I thought might be helpful to people doing programming, trading, etc. around BTC. Feel free to send me feedback and/or use at your disposal!

This is the main site:
http://aretheyawake.in/

You can put any country name after the slash, like:
http://aretheyawake.in/china

And it will show you the Chinese timezones and whether or not it is 6am-10pm.

You can also put in IP addresses, like:
http://aretheyawake.in/87.4.5.4

If you want to get a plain text status, you can do:
http://aretheyawake.in/spain:status

If you want the country too, you can do:
http://aretheyawake.in/87.4.5.4:status-country

This would be useful if you had scripts, like PHP, running against it. You could use file_get_contents() to gather the results.

I also have, aretheyatwork.in, which works the same way, except operates on 9am-5pm instead.