Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics contains old discussions (generally more than one year ago or based on circumstances that subsequently changed) or topics resolved in other ways. Topics moved into this category are closed from further discussion.

Question Is database "Time" field milliseconds or....?

More
15 years 1 month ago #88242 by kerk
Can somebody help me out with "time" field in database?
I'm trying to figure it out what's the time format there. I'm assuming it's in milliseconds, am I right?

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

More
15 years 1 month ago #88245 by kerk
How can I automatically insert the time into the database?
Please advise.

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

More
15 years 1 month ago #88252 by kerk
I figured it out.
If somebody will need it, it should be like this:
$datenow = gmdate("Y-m-d H:i:s");
$unixtime = strtotime($datenow);

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

More
15 years 1 month ago #88253 by xillibit
This time is a timstamp, why you want automatically insert it in the database ?

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.209 seconds