lw80 / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

wrong date in picasa album creation #385

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
google picasa create --title test --date 2005-01-01

What is the expected output?
picasaweb should show date 2005, 01 jan. in test album 

What do you see instead?
date 2004, 31 dec.

What version of the product are you using?
$google --version
google 0.9.13

On what operating system? 
$lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu 10.10
Release:        10.10
Codename:       maverick

What version of gdata-python-client (aka python-gdata)?
python-gdata Version: 2.0.8-1.1

Please provide any additional information below.
2005-01-01 produce 2004-12-31
2005-05-04 produce 2005-05-03
2005-05-05 produce 2005-05-04

Original issue reported on code.google.com by hadrien....@gmail.com on 11 Apr 2011 at 4:30

GoogleCodeExporter commented 9 years ago
also I live in New Caledonia GMT+11, maybe it's a timezon issue in picasaweb I 
don't find any timezone settings

Original comment by hadrien....@gmail.com on 11 Apr 2011 at 4:41

GoogleCodeExporter commented 9 years ago
I live in GMT+01 and see this behavior too :)

Original comment by t...@zlin6.cz on 13 Oct 2011 at 8:08

GoogleCodeExporter commented 9 years ago
2 notes:
 * Switching system time to another timezone does not make any change of this...
 * googlecl sends timestamps in local time (in ms). For example <ns4:timestamp>1104534000000</ns4:timestamp> for 2005-01-01 in GMT+02 (CEST) so the value changes as I change timezone of system time.

Original comment by t...@zlin6.cz on 13 Oct 2011 at 9:22