I have a variable in my database of type timestamp. Its default value is "CURRENT_TIMESTAMP" which is a great feature.
However when I output the variable in the template it is formatted to an actual date. Is php doing something fancy here or is the date in the database still stored as a timestamp? I need to perform some calculations on the date for some features in the system.