Timezone and Date tips
29/33
Store date/time in a timezone agnostic way: UTC
Use a "Unix" timestamp, perhaps as string:
date("U");