mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Align LocalTimeZoneName with TZ db names
This commit is contained in:
parent
0f35d21d9c
commit
a74aa24889
1 changed files with 2 additions and 0 deletions
2
dmtree/vendor/iopsys/tr181/times.c
vendored
2
dmtree/vendor/iopsys/tr181/times.c
vendored
|
|
@ -15,6 +15,8 @@
|
|||
static int get_local_time_zone_name(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
|
||||
{
|
||||
dmuci_get_option_value_string("system", "@system[0]", "zonename", value);
|
||||
replace_char(*value, ' ', '_');
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue