Skip to content
#

iso8601

ISO 8601 is an ISO standard that specifies representations of dates of the Gregorian calendar and times based on the 24-hour clock, as well as composite elements of them, as character strings for use in information interchange. It is also applicable for representing times and time shifts based on Coordinated Universal Time (UTC).

Here are 106 public repositories matching this topic...

The 4th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. The app presents a list of friends, a list of their friends' friends (etc.), along with their respective details; the data is being downloaded and cached using Codable and Core Data. A complete project I have written from scratch.

  • Updated Feb 4, 2023
  • Swift