Aller au contenu principal

Edit the output of the page info control to adjust the time zone

Commentaires

3 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.