date / time question when the date time comes in as a 1112015344 number
From: Jim (no_at_email.com)
Date: 03/28/05
- Next message: floele_at_gmail.com: "Re: date / time question when the date time comes in as a 1112015344 number"
- Previous message: Geoff Berrow: "Re: Job board software"
- Next in thread: floele_at_gmail.com: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: floele_at_gmail.com: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: Chris Hope: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: Jim: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: jorj: "Re: date / time question when the date time comes in as a 1112015344 number"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Mar 2005 20:59:08 GMT
Hi All,
I have delivery reports for SMS messages sent to a callback script on my
server, this just logs the information in a text file.
It has a date time variable that is in the format of:
1112015344 this converts to: 28-03-2005 07:09:10
When I use;
date('d-m-Y H:i:s', 1112015344)
This is 7 hours behind GMT as my SMS server is in South Africa (I think) and
I am in the UK.
Is it possible to add 7 hours on to this 1112015344 number to get it into
GMT?
If so is it easy or does it mean a lot of coding, I have seen examples on
php.net but they dont seem to be as easy as I thought it may be?
Thanks each,
Jim
- Next message: floele_at_gmail.com: "Re: date / time question when the date time comes in as a 1112015344 number"
- Previous message: Geoff Berrow: "Re: Job board software"
- Next in thread: floele_at_gmail.com: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: floele_at_gmail.com: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: Chris Hope: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: Jim: "Re: date / time question when the date time comes in as a 1112015344 number"
- Reply: jorj: "Re: date / time question when the date time comes in as a 1112015344 number"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|