Revert "Small fix to set correct timezone in UE."

This reverts commit 16aa960b1e.
This commit is contained in:
Romeu Medeiros 2019-05-02 11:42:00 -03:00
parent 16aa960b1e
commit 825978d2af
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ status_t emm_handle_attach_complete(
&emm_information->network_daylight_saving_time;
time_exp_t time_exp;
time_exp_gmt(&time_exp, time_now());
time_exp_lt(&time_exp, time_now());
d_assert(mme_ue, return CORE_ERROR, "Null param");