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
amir
Forum Contributor
Posts: 287 Joined: Sat Oct 07, 2006 4:28 pm
Post
by amir » Thu Nov 09, 2006 1:46 pm
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?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Nov 09, 2006 1:48 pm
Some math, a date object, but nothing PHP.