Inserting custom log to custom dbo.table with custom timezone

Hi all,

I am doing a log adjustment which is insert a custom table to sql and pick up different fields I would like to insert.

However, when I trying to change the time and create my own parameter, it doesn’t work. I mean I can insert the time but not my current region time. my setting like belows in orchestrator web.config:

“parameter name=”@currentTime" layout=“${date:culture=en-US:format=yyyy-MM-dd HH:mm:ss.fff}”"

We are actually having the same issue. Did you find any solution on this?