Events date fields database format?

Does anyone know the database format of the Event date fields?

It appears these are stored in table: bx_events_main

as columns: Date, EventStart, EventEnd

These are defined as int(11) but format of the values stored in these columns is unclear, e.g., 1457717400 is 2016-03-11 17:30.

Would like to read and potentially update these dates via database backend.

Thanks!

Quote · 14 Mar 2016

what you see is a timestamp representation of each second starting (i forget when) of the proposed time. The date function is used to translate this into whatever format you want - in this case, year-month-day format. You can use this calculator to convert manually http://www.epochconverter.com/

caredesign.net
Quote · 14 Mar 2016

 

what you see is a timestamp representation of each second starting (i forget when) of the proposed time. The date function is used to translate this into whatever format you want - in this case, year-month-day format. You can use this calculator to convert manually http://www.epochconverter.com/

 Thanks very much for sharing this!

Quote · 14 Mar 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.