Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [brewt] Time zone.

Quote Reply
Re: [brewt] Time zone. In reply to
Okay there seems to be a bug in the "User Server's timezone" setting :\ I'll have to take a look at it tomorrow. For now, you'll just have to set the user's timezone to the right timezone.

[edit]
Okay, I found the problem. To fix this bug, edit admin/GMail/Messages.pm, around line 694, you'll see:
Code:
my $offset_cfg = defined($USER->{opts}->{display}->{date_offset}) && length($USER->{opts}->{display})
Change it to:
Code:
my $offset_cfg = defined($USER->{opts}->{display}->{date_offset}) && length($USER->{opts}->{display}->{date_offset})

Sorry about that.
[/edit]

Adrian

Last edited by:

brewt: Nov 21, 2003, 3:16 AM
Subject Author Views Date
Thread Time zone. baidarkabob 5497 Nov 19, 2003, 12:09 PM
Thread Re: [baidarkabob] Time zone.
brewt 5426 Nov 19, 2003, 4:26 PM
Thread Re: [brewt] Time zone.
baidarkabob 5414 Nov 19, 2003, 5:01 PM
Thread Re: [baidarkabob] Time zone.
brewt 5409 Nov 19, 2003, 9:47 PM
Thread Re: [brewt] Time zone.
baidarkabob 5403 Nov 19, 2003, 11:39 PM
Thread Re: [baidarkabob] Time zone.
brewt 5439 Nov 20, 2003, 10:11 PM
Thread Re: [brewt] Time zone.
baidarkabob 5379 Nov 20, 2003, 10:25 PM
Thread Re: [baidarkabob] Time zone.
brewt 5415 Nov 20, 2003, 10:25 PM
Thread Re: [brewt] Time zone.
brewt 5384 Nov 21, 2003, 3:04 AM
Post Re: [brewt] Time zone.
baidarkabob 5361 Nov 21, 2003, 9:32 AM