Skip to main content

Comments

3 comments

  • Heather Widlund

    Is there a way to do this with string formatting? I couldn't figure it out.

    0
  • Heather Widlund

    I did figure it out. You need a label control with a text expression: AdjustTimeZone( LocalDateTimeNow(), 'UTC', 'Mountain Standard Time'). Then you can format it with the Text Format String property.

    However, it would be nice if there was an option in the Page Info control for this, especially when using SaaS.

    0
  • Heather Widlund

    Or safer yet: AdjustTimeZone( UtcNow(), 'UTC', 'Mountain Standard Time')

    0

Please sign in to leave a comment.