PEAK XOOPS - Two bugs... in englishin japanese

Two bugs...

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum

question Two bugs...

msg# 1
Previous post - Next post | Parent - Children.1 | Posted on 2004/4/29 14:14
AZNative  °ìÅùʼ From: Phoenix, Arizona, USA  Posts: 12
I created a very large SQL script that inserts a bunch of calendar events directly into the database. Here is an example of one of those INSERT statements:

INSERT INTO xoops_pical_event (uid, groupid, summary, sequence, description, transp, admission, class, allday, start, end, event_tz, server_tz, poster_tz)
VALUES (1, 00000, 'Tax Day', 0, 'Tax Day', 1, 1, 'PUBLIC', 1, UNIX_TIMESTAMP('2004-4-15 00:00:00'), UNIX_TIMESTAMP('2004-4-15 23:59:59'), -7, -7, -7);

There are 132 of these statements that insert events throughout the year, in just about every month. All events are "All Day" events. What I notice that for the month of April, the event shows up on the correct day and also the day before. So, if you take the insert statement above for example, the event "Tax Day" will show up on April 15 and April 14. This happens for all events in April and it doesn't matter what year either. When I put the same event for April 15, 2007, the same thing happens.

Also, if I go into the calendar and add the event manually, the same thing occurs, so it appears that it has nothing to do with the SQL statements.

Again, this only happens for the month of April.


Bug number 2:

After inserting all 132 events, I decide to edit one of them. I open up the event and choose the option to "Show as Bar". After I save it, every event that month has a bar, not just the one I checked.

I'll try to do some investigating myself, but there's a lot of code....
Votes:0 Average:0.00

question Re: Two bugs...

msg# 1.1
Previous post - Next post | Parent - No child | Posted on 2004/4/30 18:21
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi AZNavie.

A1)
This is perhaps commonly summer time problem.
I mentioned it many times in this forum.

A2)
Not bug.
It is normal action.
That's because you didn't set unique_id as unique.
Read RFC2445.
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!