My server needs to send an Apple Push Notification with an alert that goes something like, "Your driver will arrive at 2:45pm." It would be nice not to have to pull the user's time zone and time formatting preferences up to the server, and instead just pass some kind of universal point-in-time indicator (e.g. epoch seconds or UTC timestamp) and have the iOS device turn that into a timestamp in the user's preferred format.
Is this possible?