I have a question about timezones. What is the best way to handle datetimes entered by users. Since they will enter a datetime in their local timezone, what is the best way to transform that to a UTC datetime value before inserting it into the database?
Thanks Rod --

