You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write the NSDate extension such that it behaves like DateInRegion for the local or default region. E.g.
nsdate = NSDate()
regionDate = nsdate.inRegion(defaultRegion)
// Now nsdate and regionDate would behave equivalent
This would make the library easier to use if no conversions to other locales, time zones or calendard are necessary.
It would also make migration from SwiftDate 1.2 easier.
The text was updated successfully, but these errors were encountered:
Write the NSDate extension such that it behaves like DateInRegion for the local or default region. E.g.
This would make the library easier to use if no conversions to other locales, time zones or calendard are necessary.
It would also make migration from SwiftDate 1.2 easier.
The text was updated successfully, but these errors were encountered: