• 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: RS Events stuck to CST when I want Times to MDT

RS Events stuck to CST when I want Times to MDT 14 years 5 months ago #11996

I have set my Joomla global configuration Settings to Mountain Time.

When I include the Date Format Code in Events Settings to

l d M Y - h:ia T

The code T returns CST and not MDT.

How do I fix this?

Here is my site: www.refreshedit.com/index.php/component/...asting-demonstration

Thank you all for your support.
The administrator has disabled public write access.

Re:RS Events stuck to CST when I want Times to MDT 14 years 5 months ago #12029

Anyone know what my issue is?
The administrator has disabled public write access.

Re:RS Events stuck to CST when I want Times to MDT 14 years 4 months ago #12108

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

When you save a date for your event in your database, the format is converted to UNIX time. This will only convert the day, month and year of your date, the timezone you have set is not included in this format so when the information is retrieved from your database and displayed according to the format you have set in the "Settings" tab of RSEvents! there will be no reference to your selected timezone.
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:RS Events stuck to CST when I want Times to MDT 13 years 11 months ago #13570

andreic wrote:
Hello,

When you save a date for your event in your database, the format is converted to UNIX time. This will only convert the day, month and year of your date, the timezone you have set is not included in this format so when the information is retrieved from your database and displayed according to the format you have set in the "Settings" tab of RSEvents! there will be no reference to your selected timezone.
So, waht we have to do in this case?
The administrator has disabled public write access.

Re:RS Events stuck to CST when I want Times to MDT 13 years 11 months ago #13572

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

Since the time zone does not have any influence you could simply specify it the event description (or event intro area).
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:RS Events stuck to CST when I want Times to MDT 13 years 10 months ago #14002

This is how solved the problem of Time Zone.

Usually the Servers (particularly Unix) are set to a given time zone by the server admin. If it is set to CST you HAVE to set your event time in CST zone even if you are ACTUALLY in EST time zone. So if your event is in New York starting at 3pm EST you should schedule it to start @2pm. This way all Newyork visitors would see it starting @3pm and Outlook download file will also reflect the CORRECT New York time.

To avoid this situation, I setup my server time to EST if I am actually in New York (EST time zone) no matter where ever is my server. I added

## Server Time Zone
SetEnv TZ America/New_York

to .htaccess file.

Now if I am scheduling an event in New York (EST time zone) I WILL schedule it starting @3pm and it show 3pm to all New York visitors, 2pm to all CST time zone etc.

If I am scheduling an event in Texas (CST Time zone) I will schedule my start time @2pm for it to show 2pm for TX visitors and 3pm to New York visitors and so on.

This has fixed my time zone issue all together.
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!