Jaroslav
02/22/2019, 1:06 PMNSDate(timeIntervalSince1970:)
in kotlin? 😞Sabrina Namur
02/22/2019, 1:08 PMNSDate().timeIntervalSince1970.toLong() * 1000
I'm using this as an equivalent to System.currentTimeMillis()
in my project and it works.Jaroslav
02/22/2019, 1:09 PMjonnyzzz
02/22/2019, 1:09 PMNSDate.dateWithTimeIntervalSince1970
, maybe it is the sameJaroslav
02/22/2019, 1:10 PM