startOfLastHour method

DateTime startOfLastHour()

Returns a new DateTime of same timezone

Implementation

DateTime startOfLastHour() =>
    DateTimeConstructors.withTimezone(isUtc, year, month, day, hour - 1);