startOfSecond method

DateTime startOfSecond()

Returns start of the second

Returned object will have same timezone as this

Implementation

DateTime startOfSecond() => startOf(DurationUnit.second);