활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi All,
I'm building a custom adobe campaign classic function to convert current date to UTC. But irrespective of what method I use, I'm getting nowhere. Getting below errors.
Where am I going wrong? Can we convert Local time to UTC in postgres?
Note: I can do it using JS activity but won't be able to create a custom function.
I have also tried with: select Timestamp with '2019-07-01 10:30:00-05' AT TIME ZONE 'UTC'.
Thanks,
Vidya Shivakumar
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi vidyas77336264,
Cant you directly use the option found in properties of workflow.
Regards.
Hi asariaaara, Thanks for the suggestion.
What do you mean options in Workflow properties? Timezone field in the General Tab?
This won't help either, when you use GetDate() function it still gives you the DB time which is set to my local time zone.
Thanks,
Vidya
조회 수
답글
좋아요 수
Hi,
Not a pro at SQL, but i guess timestamp will itself reflect timezone of system i.e. current timezone.
Maybe you should simply try without "with timezone Now()".
Let me know about the solution.
Regards.
Hi All,
Thanks for your inputs.Below code worked:
조회 수
답글
좋아요 수
조회 수
Likes
답글
조회 수
Likes
답글
조회 수
Likes
답글