Does salesforce.com have a timezone field that is DST aware?

Posted by vfilby on Stack Overflow See other posts from Stack Overflow or by vfilby
Published on 2010-05-20T16:19:21Z Indexed on 2010/05/20 16:20 UTC
Read the original article Hit count: 306

Filed under:
|

I am mailing out reminders to potential customers and the time is getting converted to our servers timezone EST (I think it is currently using EDT though as appropriate). I need to store the timezone for the potential customer and translate the time into their current timezone.

I can store the offset but I am worried about daylight savings time. I can always store a non-DST offset but that causes issues when the signup appointment is scheduled before DST but occurs after DST.

Ideally I would like to store a timezone and have salesforce translate the datetime to that timezone accounting for DST if necessary. How can I do this?

© Stack Overflow or respective owner

Related posts about salesforce

Related posts about salesforce.com