时区配置
时区的变更将应用于所有产品,部分应用和功能暂不支持语言和时区变更。了解详情
配置参数
配置项 | 类型 | 示例 | 描述 |
---|---|---|---|
enable_timezone | boolean | true | 是否开启时区 |
操作步骤
ONES 配置开启时区
修改配置
登陆 ONES 服务器,进入当前运行中实例的安装目录
sudo cd /data/ones/pkg/ones-example-3.14.xxxxx
修改<enable_timezone>
配置的值为 true
./json-util -config config.json -operator add -key enable_timezone -valtype bool -value true
重启容器
注意:执行以下命令将造成 ONES 服务暂时不可用
containerID=$(docker ps |grep $(./json-util -config config.json -operator select -key deploy_name) | grep '0.0.0.0:'$(./json-util -operator select -key port -config ./config.json)'->' | awk '{print $1}')
./onesconfigure update $containerID -r
当观察到如下输出,则重启已经完成。稍等几分钟后 ONES 服务将可以正常访问
[root@ones-cn-server-node02 ones-package-3.16.11-x86]# ./onesconfigure update $containerID -r
[WARN] 2023/11/21 15:03:34 update apps
[INFO] 2023/11/21 15:03:37 restart container...
[INFO] 2023/11/21 15:03:48 restart container success, container_id=eb3ca51cb05b
验证
重启完成并稍等几分钟后,登录 ONES 系统,进入 「个人中心」-> 「语言和时区」页面,能够正常设置时区则正常。 注意: 需要强制刷新页面。
ONES 配置关闭时区
修改配置
登陆 ONES 服务器,进入当前运行中实例的安装目录
sudo cd /data/ones/pkg/ones-example-3.14.xxxxx
修改<enable_timezone>
配置的值为 false
./json-util -config config.json -operator add -key enable_timezone -valtype bool -value false
重启容器
注意:执行以下命令将造成 ONES 服务暂时不可用
containerID=$(docker ps |grep $(./json-util -config config.json -operator select -key deploy_name) | grep '0.0.0.0:'$(./json-util -operator select -key port -config ./config.json)'->' | awk '{print $1}')
./onesconfigure update $containerID -r
当观察到如下输出,则重启已经完成。稍等几分钟后 ONES 服务将可以正常访问
[root@ones-cn-server-node02 ones-package-3.16.11-x86]# ./onesconfigure update $containerID -r
[WARN] 2023/11/21 15:03:34 update apps
[INFO] 2023/11/21 15:03:37 restart container...
[INFO] 2023/11/21 15:03:48 restart container success, container_id=eb3ca51cb05b
验证
重启完成并稍等几分钟后,登录 ONES 系统,进入 「个人中心」-> 「语言和时区」页面,设置时区页面消失。 注意: 需要强制刷新页面。