• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: My VCS outlook times are off by 2 hours.

My VCS outlook times are off by 2 hours. 15 years 1 week ago #10372

  • Atomicdc
  • Atomicdc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 2
My joomla global time is set to CST, I am also using the newest version, I also have the 12 hour selected. Any ideas?
The administrator has disabled public write access.

Re:My VCS outlook times are off by 2 hours. 15 years 1 week ago #10374

  • Atomicdc
  • Atomicdc's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 2
I figured it out on my own:

I added the following to components/com_rsevents/controllers/events.php

lines: 328, 329:
$vCalStart = gmdate("Ymd\THis\Z", $row->EventStartDate-(7200));
$vCalEnd = gmdate("Ymd\THis\Z", $row->EventEndDate-(7200));
The administrator has disabled public write access.

Re:My VCS outlook times are off by 2 hours. 13 years 10 months ago #13837

  • admin89
  • admin89's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Atomicdc wrote:
I figured it out on my own:

I added the following to components/com_rsevents/controllers/events.php

lines: 328, 329:
$vCalStart = gmdate("Ymd\THis\Z", $row->EventStartDate-(7200));
$vCalEnd = gmdate("Ymd\THis\Z", $row->EventEndDate-(7200));

unfortunately this didn't work for me in Joomla 1.6.

In the upcoming module all my events are displayed with a minus delay of 2 hours. In the component (list view) the events appear with the correct start and end time.

before you ask: the server time zone is correctly set to "Zurich" (I also tried "Berlin" without success).

your help ist most appreciated. thx!
Last Edit: 13 years 10 months ago by admin89.
The administrator has disabled public write access.

Re:My VCS outlook times are off by 2 hours. 13 years 10 months ago #13869

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 745
  • Thank you received: 66
Hello,

This issue is generated by a bug in Joomla! 1.6 and not RSEvents!. As you can see it has been submitted in the Joomla! Tracker:

joomlacode.org/gf/project/joomla/tracker...racker_item_id=24604
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:My VCS outlook times are off by 2 hours. 13 years 9 months ago #14171

  • cvoogt
  • cvoogt's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
This is happening to me with Joomla 1.5.23 and Rs Events 1.2.0, REV 24.
I have even tried adding
date_default_timezone_set('America/New_York');

into various PHP files. I also added
date.timezone = "America/New_York"

into php.ini.

When I test this using the date function, it shows the right date.
I also set the time zone to EST in Joomla. Still, the Outlook export is off by one hour. What could be wrong?
Last Edit: 13 years 9 months ago by cvoogt.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!