LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Timezone conversion (GMT to IST/AUS) in LAE

    Employee
    Posted 06-24-2014 20:26

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Shalaka

    How do we set time zone in LAE. Something like convert GMT into local time zone. (Aus time zone)
    Using in build function.


  • 2.  RE: Timezone conversion (GMT to IST/AUS) in LAE

    Employee
    Posted 06-25-2014 14:01

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: DanRosenblatt

    Hi Shalaka-- I've responded to your email as well, but for any other users wondering about this, I believe your best bet here will be using the dateTimeAdjust() BRAINscript function-- in this case something along the lines of <GMT Timestamp>.dateTimeAdjust(9, "hours").


  • 3.  RE: Timezone conversion (GMT to IST/AUS) in LAE

    Employee
    Posted 09-15-2014 05:32

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rpcwong

    Originally posted by: DanRosenblatt
    					

    Hi Shalaka-- I've responded to your email as well, but for any other users wondering about this, I believe your best bet here will be using the dateTimeAdjust() BRAINscript function-- in this case something along the lines of <GMT Timestamp>.dateTimeAdjust(9, "hours").
    If we do it this way, wouldn't this not take the Daylight Saving Times into account when the season changed?