Retrieves the current UTC DateTime from the configured NTP source.
This method must be implemented by concrete subclasses to perform the actual network request and parse the server response.
Future<DateTime> now();