Hi,
I encountered a timezone problem when building from an unzipped exported project.  My host system is CentOS 6.7, and unzip is UnZip 6.00 of 20 April 2009, by Info-ZIP.  I am in the Pacific timezone, so UTC-0700 (or, coincidentally, UTC-0800 after tonight).  When I use unzip to extract the exported files, the modification time of the extracted files gets the UTC timestamp, but it apparently doesn't have the UTC zone association, so my host interprets it as my local zone.  This gives the files a modification time that is in the future, which is problematic for make.  I can 'fix' the timestamps by extracting with 'TZ=UTC unzip zipfile', but I think it would be preferable to correct the exported zip file.
How is the exported zip file being created?  If it is a function of Mercurial, perhaps I am encountering this bug:
[https://bz.mercurial-scm.org/show_bug.cgi?id=3600]
Does the version of Mercurial used by the mbed web site incorporate the fix to bug 3600?
Alternatively, I would greatly appreciate the option to export to a tar file.  An additional bonus would be having text files exported with Unix line endings rather than CRLF.
thanks,
galen
                    
                 
                
             
        
Hi,
I encountered a timezone problem when building from an unzipped exported project. My host system is CentOS 6.7, and unzip is UnZip 6.00 of 20 April 2009, by Info-ZIP. I am in the Pacific timezone, so UTC-0700 (or, coincidentally, UTC-0800 after tonight). When I use unzip to extract the exported files, the modification time of the extracted files gets the UTC timestamp, but it apparently doesn't have the UTC zone association, so my host interprets it as my local zone. This gives the files a modification time that is in the future, which is problematic for make. I can 'fix' the timestamps by extracting with 'TZ=UTC unzip zipfile', but I think it would be preferable to correct the exported zip file.
How is the exported zip file being created? If it is a function of Mercurial, perhaps I am encountering this bug: [https://bz.mercurial-scm.org/show_bug.cgi?id=3600] Does the version of Mercurial used by the mbed web site incorporate the fix to bug 3600?
Alternatively, I would greatly appreciate the option to export to a tar file. An additional bonus would be having text files exported with Unix line endings rather than CRLF.
thanks,
galen