SwiftDate
SwiftDate copied to clipboard
🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
Added a comment that might save others some time trying to fix a divide by zero crash if mistakenly doing `.toCeilMins(0)` like I did.
Every time I compile, I get the following error: /Users/bentley/Library/Developer/Xcode/DerivedData/myproject-bhvokhypypgooyfufngrjsmjjohq/SourcePackages/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/langs Couldn't load project at: /Users/bentley/Library/Developer/Xcode/DerivedData/myproject-bhvokhypypgooyfufngrjsmjjohq/SourcePackages/checkouts/SwiftDate/Sources/SwiftDate/Formatters/RelativeFormatter/langs That folder contains quite a few .json files. I removed and reinstalled the package with...
by default different Calendar.Identifier values have different Calendar.current.firstWeekday. Also there is a possibility to choose any day as start of week in Settings. Suggesting to change this code `var weekday:...
We observed that the Locale in the Foundation framework is giving different type of value for iOS 16 and iOS 17. We are assuming that the Locale returned in iOS...