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