I'm working on a View for my site that shows the title of a node that has not been published yet, but that has been scheduled by the scheduler. So far so good, except that I'd love to be able to present the time remaining until the node is published.

As far as I can see, all that the scheduler module will let me show is the "time ago." However, if the date is in the future, the value is zero.

Any suggestions on how I might be able to show a "Posted in: 3 days, 2 hours" type display? I have messed with Custom a bit using the PHP date syntax, but that solely seems to let me adjust the precise formatting of the date on which the node will be published.

Thanks in advance for any assistance.