Am I doing something wrong or `initWithTimeInterva...
# kotlin-native
t
Am I doing something wrong or
initWithTimeIntervalSince1970
is really missing in K/N? I see only
initWithTimeIntervalSinceReferenceDate
https://developer.apple.com/documentation/foundation/nsdate?language=objc#topics
o
NSDate.create(timeIntervalSince1970=0.0)
is likely what you need
🙏 1