Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable PLAIN_TIME_PATTERNConst

    PLAIN_TIME_PATTERN: "^([01]\\d|2[0-3]):[0-5]\\d(:[0-5]\\d(\\.\\d{1,9})?)?$"

    Regex pattern for Temporal.PlainTime ISO 8601 strings (e.g. 13:45:30 or 13:45:30.123456789). Validates hours (00–23), minutes (00–59), seconds (00–59), and up to 9 fractional digits. Note: Unlike RFC 3339 "full-time", PlainTime has no timezone offset.