jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Feature Request - Calculated variables #253

Open mfrauenhoffer opened 1 year ago

mfrauenhoffer commented 1 year ago

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.