DateTime

class DateTime(val content: Instant) : KbTransformable(source)

A transformable that wraps a kotlin.time.Instant.

When rendered, the instant is serialized as an ISO 8601 string in the UTC time zone via kotlin.time.Instant.toString.

Parameters

content

the kotlin.time.Instant wrapped by this transformable.

Constructors

Link copied to clipboard
constructor(content: Instant)

Properties

Link copied to clipboard