Clock.toDate

Set fields to represent the provided UTC time.

Note that the conversion is limited by the underlying OS, and will fail to operate correctly with Time values beyond the domain, which is 01-01-1970 on Linux. Date is limited to millisecond accuracy at best.

  1. DateTime toDate()
  2. DateTime toDate(Time time)
    struct Clock
    static
    DateTime
    toDate
    (
    Time time
    )

Meta