HI All.
I am trying to work out how to display time in local time instead of UTC
see below
I have OpenAI as my pipeline, and ask a simple question, but would like it to display it in local time
I am trying to work what instructions to add to the OpenAI config, I have added {{ utcnow().astimezone() }} but it doesnt work
The best I can get it if I add {{ now().astimezone() }} which displays the following
Does anyone have any instructions to add which will only display in local time
Thanks
3 posts - 3 participants