Timestamp
class Timestamp
Represents a single instant in time. Ideally, we'd use java.time.Instant
, but we cannot do so until we move to API level 26.
TODO: using Kotlin's Instant type instead.
Represents a single instant in time. Ideally, we'd use java.time.Instant
, but we cannot do so until we move to API level 26.
TODO: using Kotlin's Instant type instead.