# https://www.zytrax.com/books/dns/apa/time.html # NOTE Ttl fields might be limited to 32 bits. Possibly ensure that # this number is lower than that. type Dns::Ttl = Variant[ Integer[0,4294967295], Pattern[ /(?i:([0-9]+[smhdw]?)+)/, ] ]