I’m using a weblog for events, with the entry date as the start date, expiration date as the end date, etc.
On my site I am creating a “add to google calendar” feature, but to do so I need to display the entry and expiration dates in UTC time, not with the localized time zone offset. Is there a way to do this? Maybe with PHP?