I like what I see . But for what i'm doing I need to get the correct email time when it is filled out sent with the emails.
Let me explain ...
My Server is in the US . I am on a shared host so I can't change my server time which is 16 hours behind me. I reside in Australia and my site times all need to be in aus time .
Smartformer is obviously reading the server time instead of the time I have set in my site ( Joomla config offset etc )
My sites times are fine and correct . Everything is displaying as GMT+10
(and UTC ) So I am confused as to why this Component needs to read of the server time and not the time in the joomla config?
Can someone point me to the file and the edit to add 16 hours to the email time please?
I sent 8 test mails trying to work it out
( even set env in htaccess and in a webroot php.ini file but its not working )
but all mails with
- Code: Select all
{datetime_system:Date/time (system)}
Is this possible to add + 16 to this maybe?
- Code: Select all
$this->_database->setQuery( 'select now()' );
$datetime = $this->_database->loadResult();
$pos=strpos($email_msg,'{datetime_system:');
I have read the usersguide and watched the vid and searched here but I can't find anywhere to show Email ( Form Submit ) time to be altered for the joomla offset to UTC .
Longwinded but I thought i'd explain as good as i can
If anyone can guide me i'd be grateful

