Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1403] iOS: createTimestamp() and modificationTimestamp() returning "1"

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionCannot Reproduce
Resolution Date2012-07-25T11:32:55.000+0000
Affected Version/sRelease 1.6.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterJoe Maffia
AssigneeNeeraj Gupta
Created2011-04-15T02:51:19.000+0000
Updated2012-07-26T22:27:35.000+0000

Description

As per Q&A http://developer.appcelerator.com/question/44101/getting-the-timestamp-of-a-local-file---titaniumfilesystemfilecreatetimestamp"> http://developer.appcelerator.com/question/44101/getting-the-timest...

this still happening in 1.4.0

(iPhone at least)

Thanks guys.

Comments

  1. Joe Maffia 2011-04-15

    Any quick patch for it?

    I'd like to use this to do some cache of XMLHttpRequest, otherwise I may run in API limit...

    Cheers.

  2. Don Thorp 2011-04-15

    Looks like an iPhone issue.

  3. Stephen Tramer 2012-07-25

    Unable to reproduce SDK 2.2.0.f9e938d, iPhone Sim 5.1. Sample code:
       var file = Ti.Filesystem.getFile('images/chat.png');
       Ti.API.info(file.createTimestamp());
       

JSON Source