facebook / taste-tester

Software to manage a chef-zero instance and use it to test changes on production servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tt assumes all machines are in the same timezone

jaymzh opened this issue · comments

TT calculates what the test-timestamp should be on the local machine and then passes the result through to the remote machine in a literal format.

If the remote machine is in a timezone more than an hour ahead, then the host will immediately be un-taste-tested.

@odcinek didn't you do this?