Local Time Timestamp Conversion

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Local Time Timestamp Conversion

Post by amir »

I have an ajax chatroom with a timestamp conversion showing when each member has posted their respective Post.

I need to change it so that each member viewing the Chat Room sees the Post time relative to thier time zone.

The timestamp per post is based on the Server timezone.

Anyone got anything on this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Some math, a date object, but nothing PHP.
Post Reply