DateHelper
struct DateHelper
A helper for working with dates
-
Get the current date in UTC
Declaration
Swift
public func nowUTC() -> Date
-
Parse a date string in UTC format
Declaration
Swift
func parseUTCDateString(dateString: String) -> Date?