mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-26 00:05:57 +03:00
[GH-ISSUE #53] Invalid sent_timestamp #46
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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' => '',
)
@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?
@69mb commented on GitHub (Oct 28, 2012):
Ok then. Was expecting seconds instead.