Community
Participate
Working Groups
Right now, ls --time-style=long-iso is not supported, and it is default on some systems, for example, open Suse 11.2.
Created attachment 183855 [details] Proposed fix for the problem Attached patch modifies `ls` output parsing algorithm to detect, whether timestamp is returned in one of the short formats(which usually takes 3 fields) or in long one (i.e. 'yyyy-MM-dd HH:mm'). Legal Message: I, Nikita Shulga, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL. I am authorized by my employer to make this contribution under the EPL.
Nikita, I need you to update the copyright on the changed file. Could you please add a line like this to the end: *Nikita Shulga (Mentor Graphics)-[this bug number] this bug description ? Thanks!
Created attachment 184002 [details] Proposed fix with updated copyright header Updated copyright header in proposed patch as requested. Legal Message: I, Nikita Shulga, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL. I am authorized by my employer to make this contribution under the EPL.
Patch applied. Thanks, Nikita!