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