SwiftMoment icon indicating copy to clipboard operation
SwiftMoment copied to clipboard

EndOf Years bug

Open hidrodixtion opened this issue 7 years ago • 2 comments

There's a bug when getting EndOf a year

Detailed Description

let now = moment()
let endYear = now.subtract(1, .Years).endOf(.Years)  // 2016-12-30 23:59:59

expected result is 2016-12-31 23:59:59

hidrodixtion avatar May 08 '17 10:05 hidrodixtion

What are your timeZone and locale ?

fpillet avatar May 19 '17 08:05 fpillet

TimeZone: Asia/Jakarta Locale: en_US

hidrodixtion avatar May 24 '17 09:05 hidrodixtion