[GH-ISSUE #53] Invalid sent_timestamp #46

Closed
opened 2026-02-28 01:22:54 +03:00 by kerem · 2 comments
Owner

Originally created by @69mb on GitHub (Oct 26, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/53

There is an extra '000' appended to the timestamp which seems to be millisecond precision?

array (
'secret' => '',
'from' => '+254123456789',
'message' => 'Apple',
'message_id' => '0',
'sent_timestamp' => ' 1351243327000 ',
'sent_to' => '',
)

Originally created by @69mb on GitHub (Oct 26, 2012). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/53 There is an extra '000' appended to the timestamp which seems to be millisecond precision? array ( 'secret' => '', 'from' => '+254123456789', 'message' => 'Apple', 'message_id' => '0', 'sent_timestamp' => ' **1351243327000** ', 'sent_to' => '', )
kerem 2026-02-28 01:22:54 +03:00
Author
Owner

@eyedol commented on GitHub (Oct 27, 2012):

@69mb That is not an invalid timestamp. That is the millisecond format as of the time the SMS was received. Is it causing issues?

<!-- gh-comment-id:9840015 --> @eyedol commented on GitHub (Oct 27, 2012): @69mb That is not an invalid timestamp. That is the millisecond format as of the time the SMS was received. Is it causing issues?
Author
Owner

@69mb commented on GitHub (Oct 28, 2012):

Ok then. Was expecting seconds instead.

<!-- gh-comment-id:9843366 --> @69mb commented on GitHub (Oct 28, 2012): Ok then. Was expecting seconds instead.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#46
No description provided.