Fix spelling error in comment for getinfo_helper_current_time()
The comment for `getinfo_helper_current_time()` is currently:
```
/** Implementation helper for GETINFO: answers requests for information about
* the current time in both local and UTF forms. */
```
But `UTF` is wrong. It should be `UTC`.
issue