I’m helping my brother update one of his company’s older iPhone apps. It’s currently an Objective-C app but he wants it redone from the ground up in Corona so it’s more portable.
Anyway, I’ve never done something like this before so I’m running into an issue with timestamps. We have to grandfather in the sqlite database so old users don’t lose their data on the update. No issues there except the timestamps look like:
379356709.83319
379356709.83457
I’ve been googling for the past hour but have no idea what kind of timestamps those are, I’ve never developed an Objective-C app so that’s making the search a lot more difficult. A bit of guidance on what they are and where to look for converting them to a seconds-format that os.date() can accept would be much appreciated. [import]uid: 194435 topic_id: 34710 reply_id: 334710[/import]