Is there a JQuery plugin to convert UTC datetimes to local user timezone?

Viewed 24252

If I have a tag:

<span class="utctime">2010-01-01 11:30 PM</span>

I would like a jquery script or plug in to convert every utctime class to the current user's browser local time. I would prefer to find this before writing one.

5 Answers
Related