I have a datetime in format:
5/20/2011 12:00:00 AM
Even though it is not mentioned in date, I am aware that this date is in CST Timezone (America/Chicago). How do I convert this to UTC time?
I would prefer not to add/subtract time but instead use an existing php function.