mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
Remove ACK in configuration update [#487]
This commit is contained in:
parent
997b716cda
commit
7bb1c7055f
12 changed files with 118 additions and 145 deletions
|
|
@ -267,7 +267,7 @@ char *ogs_sbi_timezone_string(int tm_gmtoff)
|
|||
|
||||
char timezone[MAX_TIMESTR_LEN];
|
||||
|
||||
memset(&tm, 0, sizeof(tm));
|
||||
ogs_localtime(ogs_time_now(), &tm);
|
||||
tm.tm_gmtoff = tm_gmtoff;
|
||||
ogs_strftime(timezone, sizeof timezone, "%z", &tm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue