|
2010-02-04
, 22:47
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#122
|
Code:print "updated_min=%s" % (query.updated_min) print "updated_max=%s" % (query.updated_max)
PS: just to make sure: did you remove the symlink to iso8601.py you created?
The Following User Says Thank You to Palleman For This Useful Post: | ||
|
2010-02-04
, 23:17
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#123
|
Min 2010-02-02T11:37TZ and max 2010-02-04T22:36:36.64TZ
The second one includes seconds and 1/100 of seconds. Never seen that before, but maybe it's normal.
python2.5 testdate.txt 126511062
['__builtins__', '__date_re', '__datetime_re', '__datetime_rx', '__doc__', '__extract_date', '__extract_time', '__extract_tzd', '__file__', '__find_julian', '__name__', '__time_re', '__tzd_re', '__tzd_rx', '__version__', 'ctime', 'parse', 'parse_timezone', 'time', 'tostring'] *** 2010-02-02T11:37Z 1265110620 -> 2010-02-02T11:37:00.000Z
The Following User Says Thank You to lorelei For This Useful Post: | ||
|
2010-02-05
, 00:32
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#124
|
notice how I don't have a trailing TZ but only a Z. I now understand why Google is barfing on the dates it receives from you (TZ is not valid).
The Following User Says Thank You to Palleman For This Useful Post: | ||
|
2010-02-05
, 00:37
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#125
|
Mittåt! My mistake. Disregard the T, I was mislead by the 7Z on the first line. There are only Z's.
Should I still run the time converter?
/P
The Following User Says Thank You to lorelei For This Useful Post: | ||
|
2010-02-05
, 01:08
|
Posts: 123 |
Thanked: 33 times |
Joined on Jan 2010
@ Stockholm
|
#126
|
['__builtins__', '__date_re', '__datetime_re', '__datetime_rx', '__doc__', '__extract_date', '__extract_time', '__extract_tzd', '__file__', '__find_julian', '__name__', '__time_re', '__tzd_re', '__tzd_rx', '__version__', 'ctime', 'parse', 'parse_timezone', 'time', 'tostring'] 126511062 -> 1974-01-04T05:57:42.000Z
Code:['__builtins__', '__date_re', '__datetime_re', '__datetime_rx', '__doc__', '__extract_date', '__extract_time', '__extract_tzd', '__file__', '__find_julian', '__name__', '__time_re', '__tzd_re', '__tzd_rx', '__version__', 'ctime', 'parse', 'parse_timezone', 'time', 'tostring'] *** 2010-02-02T11:37Z 1265110620 -> 2010-02-02T11:37:00.000Z
['__builtins__', '__date_re', '__datetime_re', '__datetime_rx', '__doc__', '__extract_date', '__extract_time', '__extract_tzd', '__file__', '__find_julian', '__name__', '__time_re', '__tzd_re', '__tzd_rx', '__version__', 'ctime', 'parse', 'parse_timezone', 'time', 'tostring'] 1265110620 -> 2010-02-02T11:37:00.000Z
The Following User Says Thank You to Palleman For This Useful Post: | ||
|
2010-02-05
, 09:02
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#127
|
But that one is!
I get the exact same output, except that the line beginning with three stars is not there:
The Following User Says Thank You to lorelei For This Useful Post: | ||
|
2010-02-05
, 18:16
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#128
|
|
2010-02-05
, 20:01
|
Posts: 1 |
Thanked: 0 times |
Joined on Feb 2010
|
#129
|
|
2010-02-05
, 21:46
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#130
|
Just a quick note: When the sync-calenders option is executed as root (standard for anyone using ssh server) the calendars, the operation runs without a problem (calendars GUI prompts and all) but the calendars aren't created under 'user'. Removing ~/.erminig.db and resyncing as 'user' fixes the problem.
Tags |
erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization |
|
This is something that I can implement for sure: now the question is when Let's say that I will keep this idea in mind for the future developments, once I have stable release rolling.