What is the most efficient or most readable or shortest way to generate a timestamp in a range on timestamps. Basically a function that will return a timestamp.
Lets say timestamp has to be later than 1999-04-01T07:00:00Z
and earlier than 2016-06-03T15:18:07Z
in this exact format.
This timestamp will be then used as a url param to GET some entities created either earlier or later than this. Also, is this some certain standard of a format? Does it have name?