fn naive_datetime_to_timestamp( s: &str, datetime: NaiveDateTime, timezone: Option<&Timezone>, ) -> Result<Timestamp>
Converts the naive datetime (which has no specific timezone) to a nanosecond epoch timestamp in UTC.