Die Suche ergab 12 Treffer

von Earthkeeper
Fr 21.Jan, 2005 23:38
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

No Problem. It is working pretty good now. I can always specify the location
as "Chat room 4 (GMT+7 Time)". ;)

Thank you again.
von Earthkeeper
Fr 21.Jan, 2005 23:16
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

That's what I said:
The time will alltimes be the same, because it's the time which exists at the meeting point.

For example:
You will meet an user in New York on 10am and your timezone is GMT+8.
When will this meeting be? At 10am or 6pm? ;) Hmm... that makes sense.
But I'm thinking something else ...
von Earthkeeper
Fr 21.Jan, 2005 21:34
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

Okay thanks. I've reverted back to your files.

This isn't too bad actually, I'll just re-adjust the time shown when adding new
meeting. It's just a few clicks more.

But the problem with this in still there. Any idea?

Just for testing, I logged in as a user and change my user timezone to
GMT+8 ...
von Earthkeeper
Fr 21.Jan, 2005 20:43
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

Just for testing, I logged in as a user and change my user timezone to
GMT+8. I'm expecting the time of the meeting list to change to GMT+8 as
well. But it seems that it stays the same. Is this supposed to happen?
von Earthkeeper
Fr 21.Jan, 2005 20:18
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

The time on the meeting list is now correct for both admin and user.

But in admin, when adding a new meeting, the initial time is not correct.
Please add this to your changes:


#
#-----[ FIND ]------------------------------------------
#
$mday = create_date('d', $meeting_time, 0);
$mmonth ...
von Earthkeeper
Fr 21.Jan, 2005 19:09
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

Okay, I've changed it back. Now it is back to 15 hours ahead of time.
von Earthkeeper
Fr 21.Jan, 2005 18:57
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

Before changing back to the original one above, I tried clicking edit, do not change anything, and then click submit.

Since I did not change anything, the time ahown on the meeting list should stays the same. But this is not so. The time shown got added into it again. And now it is even more into ...
von Earthkeeper
Fr 21.Jan, 2005 18:38
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

Still not working. Since my board timezone and user timezone is the same,
it gives the same time. There must be somewhere else that needs to be changed...

Before using the above, I got 15hours faster time. Now I get 22 hours faster.

meeting_until = strtotime($u_year.'-'.$u_month.'-'.$u_day ...
von Earthkeeper
Fr 21.Jan, 2005 16:59
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

Hmm... It is not working yet.

When adding, the date and time displayed correctly but once submited it is
still not showing the correct time.
von Earthkeeper
Do 20.Jan, 2005 07:07
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

The timezone is used to create the right timestamp, so please check your board- and user-settings. Thank you for your reply. You mean the error lies in my timezone settings -
either the board system time setting or the user time setting.

I've checked and both of the board time and user time is set ...
von Earthkeeper
Mi 19.Jan, 2005 11:35
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

hmm... Since my timezone is 15 hours faster than the server time, it is really
confusing to use the mod. If I set the meeting time at 12:00PM, when I look
at the list, it shows the next day at 3AM.

I don't have this problem with the delayed topic mod and also the calendar
mod. I'm sure this is a ...
von Earthkeeper
Mi 19.Jan, 2005 08:45
Forum: phpBB 2.x
Thema: Meeting Mod and Timezone
Antworten: 22
Zugriffe: 1303

Meeting Mod and Timezone

The meeting hack is working very good, except the time is messed up. It seems that
the mod does not include the timezone in its calculation. That's why I'm seeing the server
time instead of my time.

Is there a fix for this?