sql - unix time in mysql -


When they say "we will use Unix time", does that mean that I should make a column like this?

  Date DATE  

or

  Date TIME  

or

  date DATETIME  

?

Unix time is expressed as an integer value - you use only one int field for this Want to do it, and not as any date


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -