XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).
Moderator: General Moderators
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Wed Jan 07, 2004 10:45 am
I have always wondered about the received date and time on emails in outlook.
I have just received and email which says it was recieved at 23:57, which is like 7 hours in the future.
What does that time mean?
Mark
Nay
Forum Regular
Posts: 951 Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia
Post
by Nay » Wed Jan 07, 2004 11:14 am
It means you've been drinking too much
...
mMm.......I wonder though, maybe it's the mail server? Or just plain MS-Ness again.
-Nay
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Wed Jan 07, 2004 11:17 am
i thought it might be the mail server. But is it the time the mail server recieves it or the time the mail server sends it!?
Mark
Nay
Forum Regular
Posts: 951 Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia
Post
by Nay » Wed Jan 07, 2004 11:23 am
Probably when you puke.........er........when you receive it since like I think mail needs to bounce off a few servers before reaching to yours.
Why don't you do a phpinfo()? If your mail and webserver are the same. You can then see the server's time zone.
-Nay
redmonkey
Forum Regular
Posts: 836 Joined: Thu Dec 18, 2003 3:58 pm
Post
by redmonkey » Wed Jan 07, 2004 11:31 am
The time you see in your email client is the time on the computer that sent the mail when they sent it.
Try adjusting your time and date on your computer and sending a mail to yourself.
There are also additional headers put in there which include the time their smtp server delivered it and the time your mail server received it. You'll need to view the source of the mail to see them.
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Wed Jan 07, 2004 3:38 pm
redmonkey wrote: Try adjusting your time and date on your computer and sending a mail to yourself.
I did that, but the email that came through still had the correct time on it
Mark