I was wonder how I should be storing dates for things in a database (user creation, message creation) so
that it can be easily manipulated for a particular timezone, such as PM has here. So far I've tried using
to format the date. But this seems like the wrong way to go about doing
something like this.