I would like to see the time zone that a user is in when they send a text message to my Twiml app so that the app can respond appropriately.
My research into the anatomy of an SMS leads me to believe that all SMS messages contain information about the sending party's time zone (Wikipedia).
It seems likely that I should be able to access time zone information via the Twilio APIs. Yet all I have been able to find are times that arrive in UTC format.
Is there a way to access the raw SMS (i.e., the PDU) that comes in via the Twilio APIs, or to see the time zone information directly?