SwiftDate
SwiftDate copied to clipboard
🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
Code sample: ``` let s = Date.nowMilliStamp let date = Date.now for _ in 0 ..< 980 { // let _ = Date.from(millis: Date.nowMilliStamp) // 6ms // let _ =...
as per title
https://docs.ethercalc.apiary.io/
As per the Xcode warning: ``` Public struct 'SwiftDate.SwiftDate' shadows module 'SwiftDate', which may cause failures when importing 'SwiftDate' or its clients in some configurations; please rename either the struct...
... like it was possible before. Also re-enable some tests (not all work)
Hello, I've made a small change to fix build errors caused by duplicate conditions in a switch statement. The errors were as follows: ``` SwiftDate/Sources/SwiftDate/Supports/Calendars.swift:86:8: error: Duplicate Conditions Violation: Duplicate...
Fixing a typo in documentation.
Module compiled with Swift 5.6 cannot be imported by the Swift 5.7.2 compiler
Even though the toolkit supports parsing of many different time formats (including the CSOM DateTime aka .NET DateTime), there is another popular time format used mainly (but not only) on...
Hello, I upgraded the latest version 7.0.0 to fix lang error prompts, but found that iOS12 is no longer supported. Must I discard iOS12? Can I continue to support iOS12?