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
SwiftDate contains an NSDate object named UTCDate. The former is the Cocoa class for absolute time. IMHO the UTC naming creates confusion as UTC is not absolute time but a representation of it. The fact that NSDate is internally represented in seconds from 1-Jan-2001 00:00 UTC stands apart from the reasoning above.
I suggest naming the object absoluteTime or even nsDate.
The text was updated successfully, but these errors were encountered:
SwiftDate contains an
NSDate
object namedUTCDate
. The former is the Cocoa class for absolute time. IMHO the UTC naming creates confusion as UTC is not absolute time but a representation of it. The fact that NSDate is internally represented in seconds from 1-Jan-2001 00:00 UTC stands apart from the reasoning above.I suggest naming the object
absoluteTime
or evennsDate
.The text was updated successfully, but these errors were encountered: