get_utc
Retrieve precise UTC time from an NTP server to ensure a universal time reference, independent of local timezone settings. Simplifies time synchronization.
Instructions
Returns accurate UTC time from an NTP server. This provides a universal time reference regardless of local timezone.
:param server: NTP server address (default: pool.ntp.org)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
server | No | pool.ntp.org |
Input Schema (JSON Schema)
{
"properties": {
"server": {
"default": "pool.ntp.org",
"title": "Server",
"type": "string"
}
},
"type": "object"
}