# Functions
RFC3339Null returns a null RFC3339.
RFC3339String returns a known RFC3339 or any errors while attempting to parse the string as RFC 3339 format.
RFC3339Time returns a known RFC3339 with the given time.
RFC3339Unknown returns an unknown RFC3339.
# Structs
RFC3339 implements the attr.Value interface for usage in logic.
RFC3339Type implements the attr.Type interface for usage in schema definitions and data models.