calopter / googlecl

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

calendar entries wrong when event has differnt DST than is now #498

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using the --date option add an calendar entry during summer for an event 
that will happen in winter at 4pm
2. It will show up as 3pm

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

googlecl                             0.9.13-1
debian testing
python-gdata                         2.0.17-1
libgdata13                           0.12.0-1

Please provide any additional information below.

Problem is that googlecl find diff between local time and UTC for today, but 
applies the same diff to future events, which can have a different offset.

Original issue reported on code.google.com by dieter.d...@gmail.com on 24 Sep 2012 at 12:38