Skip to Content Skip to Menu

UddeIM time error with CB 2.0

  • 900010000
  • 900010000
  • OFFLINE
  • Posts: 28
  • Thanks: 2
  • Karma: 0
9 years 7 months ago #261593 by 900010000
UddeIM time error with CB 2.0 was created by 900010000
Hi, when I try using the latest two versions of UddeIM with CB 2.0, the time of messages sent is incorrect. Changing the user's time zone does not affect the message's time sent. I contacted the UddeIM maker, Stephan, and he thinks it's related to changes in CB 2.0. Any idea how to get this working?

Regards,
Joseph

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 7 months ago #261655 by krileon
Replied by krileon on topic UddeIM time error with CB 2.0
We used the same code the UddeIM CB plugin uses. See the below.

CBs Plugin:
Code:
$pm->set( 'datum', uddetime( $this->uddeIMConfig->get( 'timezone', 0, GetterInterface::INT ) ) );

This calls UddeIMs own time function while sending the timezone that UddeIM is configured for.

UddeIMs plugin:
Code:
$udde_time = uddetime($this->config->timezone);

They're basically the same so I've no idea what to suggest.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum