mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #29] Include Seconds information in the sent_timestamp field #23
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#23
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 @mrgkumar on GitHub (Aug 14, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/29
Currently the "sent_timestamp" does not include the seconds field in it. Could you please include that feature ?
@ghost commented on GitHub (Aug 22, 2012):
Also, full year. ISO 8601 would be most preferable, because it is standard, unambiguously human readable, lexicographical order is the same as temporal order and is in general most machine-friendly of non-integer timestamp formats(for example, goes into database datetime columns as is.)
And by ISO 8601 I naturally mean combined extended date with extended time, with ' ' as the delimiter instead of T for increased human readability, with little to no decrease in machine compatibility. I.e. "YYYY-MM-DD HH:MM:SS"
@eyedol commented on GitHub (Aug 22, 2012):
@agenttihirvinen Thanks for the mention of ISO 8601. I will look into this more.
@eyedol commented on GitHub (Aug 26, 2012):
sent_timestamp is now the raw timestamp value. No pre-formatting. This is to allow the client to take care of the formatting. I'm closing this issue
@ghost commented on GitHub (Aug 27, 2012):
Raw meaning a UNIX timestamp? That is satisfactory as well.
@mrgkumar commented on GitHub (Aug 27, 2012):
Thank you!
@eyedol commented on GitHub (Aug 28, 2012):
@agenttihirvinen Yes a UNIX timestamp.