Jean François CASSAN

Results 114 comments of Jean François CASSAN

Thanks. Nothing bad. What's the value of the `TZ` environnement variable?

No, it crashes when trying to infer the date of capture using the file name. Ex: `20111209_110308_6D4DBECF.jpg` should give 2011/12/09 at 11:03:03 Local Time... The localtime determination fails on your...

I see. The problem comes from the library l’m using to determine the timezone. Basically, the library takes the file name of the /etc/localtime target, and split it in parts:...

Not funny... Use the `time-zone=time_zone_name` parameter to provide your time zone. This is corrected in the release to come.

Not funny because there is always something you haven't yet tested 😄

What is your timezone? ```sh cat /etc/timezone ```

I don't why time zone in Argentina is always a problem Could you try: ```sh ls -al /usr/share/zoneinfo/America/Argentina/Cordoba ```

Your timezone works on my PC... Could you try with `-time-zone=America/Argentina/Cordoba` placed before the `upload`?