Timestamp

Timestamp fields represented as strings in RFC3339 format.

This type combines an instant in time with its UTC offset, allowing for proper serialization and deserialization of timestamp values that include timezone information.

Types

Link copied to clipboard
object Companion

Companion object providing factory methods for Timestamp.

Properties

Link copied to clipboard

The instant in time represented by this timestamp.

Link copied to clipboard
val offset: UtcOffset

The UTC offset from UTC for this timestamp.

Functions

Link copied to clipboard
open operator override fun compareTo(other: Timestamp): Int