Author Topic: Sunday shows a week early  (Read 4421 times)

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Sunday shows a week early
« on: June 28, 2009, 07:48:35 am »
Hi,

I'm in Holland, and today is sunday. Now when I select today in calendar view by clicking the 'go to' button, and then on the red bordered date of today, it shows last week!

I had the same kind of problem a while back in the dashboard view, but that's fixed in this version 1.4.2.
any relationship there ?

btw, i did change these 2 lines for the DST fix:
Code: [Select]
$event_start = new DateTimeValue($event->getStart()->getTimestamp() + 3600 * $user->getTimezone());
$event_duration = new DateTimeValue($event->getDuration()->getTimestamp() + 3600 * $user->getTimezone());

werner.wuerfel

  • Sr. Member
  • ****
  • Posts: 319
    • View Profile
Re: Sunday shows a week early
« Reply #1 on: June 29, 2009, 04:06:39 pm »
Hi,

to fix this problem select start week on monday in the calendar options

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Re: Sunday shows a week early
« Reply #2 on: July 01, 2009, 10:12:03 am »
Thanks Werner,

where would I find these calendar options?

I must say that's for me the weakest point of the system. Where to configure the different items. I'm working with it for 3 weeks, and I'm still not sure where to start looking for some basic stuff.


werner.wuerfel

  • Sr. Member
  • ****
  • Posts: 319
    • View Profile
Re: Sunday shows a week early
« Reply #3 on: July 02, 2009, 01:38:58 pm »
Hi Niels,

Account / Edit perferences / calender options

If the calender options is not shown, look here http://forums.opengoo.org/index.php?topic=1754.0

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Re: Sunday shows a week early
« Reply #4 on: July 03, 2009, 04:05:56 am »
Thanks, no calendar options indeed :(

going to check that link....

Niels

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Vesper Interactive
Re: Sunday shows a week early
« Reply #5 on: July 05, 2009, 07:46:35 am »
That works werner, thanks for the tip.
(I also have week numbers now... another thing I wanted hehe)

N.