I am trying to get the current time in millis doing this
DateTime.now.millis
but I get
Property[millisOfSecond]
Which is the way to get the current time in millis with nscala-time?
I want to do this, using the same library
I am trying to get the current time in millis doing this
DateTime.now.millis
but I get
Property[millisOfSecond]
Which is the way to get the current time in millis with nscala-time?
I want to do this, using the same library
My bad, it was
I leave the answer just in case is useful for someone else.