Align LocalTimeZoneName with TZ db names

This commit is contained in:
vdutta 2022-05-04 12:04:32 +05:30
parent 0f35d21d9c
commit a74aa24889

View file

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