forked from premiere/premiere-libtorrent
made the timestamps local instead of universal in client_test
This commit is contained in:
parent
81ad74cbcd
commit
d08ca8c4e6
|
@ -777,7 +777,7 @@ int main(int ac, char* av[])
|
|||
// loop through the alert queue to see if anything has happened.
|
||||
std::auto_ptr<alert> a;
|
||||
a = ses.pop_alert();
|
||||
std::string now = to_simple_string(second_clock::universal_time());
|
||||
std::string now = to_simple_string(second_clock::local_time());
|
||||
while (a.get())
|
||||
{
|
||||
std::stringstream event_string;
|
||||
|
|
Loading…
Reference in New Issue