Remove ACK in configuration update [#487]

This commit is contained in:
Sukchan Lee 2020-07-09 17:34:41 -04:00
parent 997b716cda
commit 7bb1c7055f
12 changed files with 118 additions and 145 deletions

View file

@ -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);