I have generated a list of URLs for users to drill into some specific “versions” of a Workshop application, by pre-filling a url parameter with some timestamp coming from a pipeline via Workshop Routing.
For instance MY_FOUNDRY/workspace/module/edit/ri.workshop.main.module.xxx/page?ts=<some_timestamp>
This timestamp seems to be interpreted as a the user’s local time timestamp and not a UTC timestamp. The timestamp I generated are UTC timestamps, so I want those timestamps to be generated as UTC and not local time.
How can I make Workshop to interpret timestamp passed by parameter as a UTC timestamp ?
Note: I could pass the timezone in the timestamp by +00:00
but those URLs were already generated, so it’s “too late” e.g. ?ts=2020-01-01+12%3A30%3A30.000001%2B00%3A00