What is the meaning of the parts of a Slack API timestamp when it has a dot in it?
When working with the Slack API, some things like messages have a timestamp property with ts
in its name, and the value is a string containing two numbers separated by a dot. Ex “1355517523.000005
“. What is the meaning of each of those parts?