Having timezone set to UTC will just ensure all displays and internal usages are UTC. You maybe able to simply edit your user and set a timezone for your specific user and it not affect this, but I can't be sure.If I set the timezone to UTC, wouldn't it make the registration, payment, etc date & time incorrect as my timezone is UTC+11? I had problem with inconsistent time between Joomla & CBSubs before as I posted here
No, it's set to be fixed in CBSubs 2.1.0 which is scheduled for after CB 2.0 where we'll properly use UTC throughout. UTC should always be used for DB storage and offset only applied on display. Due to Joomla wonkiness several Joomla releases alter date function behavior so we'll basically need our own date function replacement to avoid this (sort of due, but it's buggy atm).Has bug #2921 been fixed in the CBSubs 2.0.2?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can leave this as is. You need only to change the timezone to UTC. Please keep in mind you'll still need to manually fix those already broken.Just to confirm, should I change "Manual renewal extends expiration date as follows:"
Don't think you need to set the individual users, but just the global configuration setting.So you are saying that setting Joomla config to UTC and then set all users to use UTC+11 may fix the problem?
They automatically are set to the default, which is whatever global configuration is set to.Is there any way to automatically set users to use UTC+11 when they register?
Offset is being applied, when it shouldn't, to the renewal calculations and causes it to use the incorrect dates. Setting it to UTC ensures it is calculating off UTC (like it should be).Could you explain more why timezone is causing this problem?
Please Log in or Create an account to join the conversation.