Sugar TimeSpan vs. Timespan

Yes, it’s

        let epoch:NSTimeInterval = NSDate().timeIntervalSince1970;
        print( epoch );

to get 1453826178.57316 so

macbookproloreto:swift-promise-example admin$ date -r1453826178
Mar 26 Gen 2016 17:36:18 CET

So I would go that way.

bugs://74243 got closed with status fixed.