Merge 7bf0f9f12c52da0c1145b612d60db6542d767738 into 8cc7734a921bf6c24d52d3b8dc40a553a88d7f5a

This commit is contained in:
Atticus Zeller 2025-01-19 19:45:51 +08:00 committed by GitHub
commit 0c0fec2f8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 3 deletions

View File

@ -14,7 +14,8 @@ synchronization is not possible.
"server": "time.apple.com",
"server_port": 123,
"interval": "30m",
"write_to_system": false
... // Dial Fields
}
}
@ -45,6 +46,12 @@ Time synchronization interval.
30 minutes is used by default.
#### write_to_system
Write time to system.
false is used by default.
### Dial Fields
See [Dial Fields](/configuration/shared/dial/) for details.

View File

@ -13,8 +13,9 @@
"server": "time.apple.com",
"server_port": 123,
"interval": "30m",
... // 拨号字段
"write_to_system": false
... // Dial Fields
}
}
@ -44,6 +45,12 @@ NTP 服务器端口。
默认使用 30 分钟。
#### write_to_system
写入系统时间。
默认不写入。
### 拨号字段
参阅 [拨号字段](/zh/configuration/shared/dial/)。