I’m currently taking Expressions course, which is out of date… and I was wondering how to avoid getting the time zone on the next trigger, as I see on the video’s app Tulip there no time zone but on my app im getting it, I wanna avoid the time zone.
I’m currently taking Expressions course, which is out of date… and I was wondering how to avoid getting the time zone on the next trigger, as I see on the video’s app Tulip there no time zone but on my app im getting it, I wanna avoid the time zone.
i believe as long as the variable you are displaying is of type ‘datetime’ it will show the timezone because it’s in ISO 8601 format. You’ll need to convert to text to remove the timezone.
check here under datetime formatting