Jump to content

Equivalent to CONVERTDATETIME function from Scribe Insight to Scribe Online.


Gourav Kalra

Recommended Posts

I see a function CONVERTDATETIME( DateTime, "FromUTCOffset", "US" | "EU" | "AU" | " ", "ToUTCOffset", "US" | "EU" | "AU" | "" )

for the scribe insight. Do we have an equivalent to convert the UTC to local time for the Scribe Online.

Thanks.

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

I would say you could try using the DATEADD formula. Based on the UTC time difference to your local time. for example, when you are in UTC + 2

(DATEADD("h", 2, MyEntity.Date)) to add 2 hours to the supplied date.

You can also do Minus

(DATEADD("h", -2, MyEntity.Date)) to subsctract 2 hours

thanks

NIck

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...