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