localDateTimeToTimetoken

fun localDateTimeToTimetoken(localDateTime: LocalDateTime, timeZone: TimeZone): Long

Converts LocalDateTime in the provided TimeZone directly to a PubNub timetoken.

This helper avoids requiring callers to opt-in to experimental time APIs.