/**
     * Convert the given nullable localtime to a ISO 8601 compliant String of the corresponding time at
     * UTC. The string will be "null" when no localDateTime was provided
     *
     * @param localDateTime the datetime to be converted