diff --git a/td/telegram/Global.cpp b/td/telegram/Global.cpp index b99dd3c02..1ac21463e 100644 --- a/td/telegram/Global.cpp +++ b/td/telegram/Global.cpp @@ -93,7 +93,7 @@ Status Global::init(const TdParameters ¶meters, ActorId td, unique_ptrget_binlog_pmc()->get("server_time_difference"); - auto system_time = max(1577285000.0, Clocks::system()); + auto system_time = Clocks::system(); auto default_time_difference = system_time - Time::now(); if (saved_diff_str.empty()) { server_time_difference_ = default_time_difference;