I make several REST requests where I need timestamps. I'd like to be able to define a variable that grabs the current system time and puts it into the format I need to send in the payload. For example, this might be...
ISO 8601 - 2023-04-21T10:16:53+0000
Time since EPOCH (Unix time): 1682072213
I make several REST requests where I need timestamps. I'd like to be able to define a variable that grabs the current system time and puts it into the format I need to send in the payload. For example, this might be...
ISO 8601 - 2023-04-21T10:16:53+0000 Time since EPOCH (Unix time): 1682072213
etc.