Really having trouble with users local time, on registration users set the timezone offset which is stored in the database
The current version :
$CONF["LOCALE_LONG_TIME"] = "h:i:s A";
Will only get the server time and not include the offset.
Is there anyway to use the same time formatting but with the offset included ?
for example:
$CONF["LOCALE_LONG_TIME"] = "h(+$offset):i:s A";
would that be possible?