endOfSecond method

DateTime endOfSecond()

Returns end of the second

Returned object will have same timezone as this

Implementation

DateTime endOfSecond() => endOf(DurationUnit.second);